Category Archives: WHM

In WHM terminal. I want to check the backup folder contents.

You can check the contents of the /backup directory in your WHM terminal using a few different commands, depending on how much detail you want. Here’s a breakdown of the most useful options: 1. Basic Listing: Bash This will give you a simple list of the files and directories within /backup. It’s good for a… Read More »

WHM Cpanel Node.js

https://confluence2.cpanel.net/display/CKB/How+to+Install+a+Node.js+Application https://codeburst.io/installing-reactjs-and-creating-your-first-application-d437706498ed Use the Node JS with full path as: # /opt/cpanel/ea-nodejs16/bin/node -v v16.20.2 Official cPanel documentation: https://docs.cpanel.net/knowledge-base/web-services/how-to-install-a-node.js-application/ How to install a Node.js application Timothy Haines Follow Not yet followed by anyone Introduction This article discusses how to install a Node.js application on a cPanel account. Procedure To install an application: Please note after installing… Read More »

Category: WHM