whmapi to list users accounts using SSH.
If you want to list the all the accounts username using SSH then run below command. whmapi1 list_users It will show list of all the accounts hosted on the server.…
LinuxHub: Your Gateway to Reliable Web Hosting Solutions
Empowering Your Web Presence with Linux: Hosting Made Simple!
Looking for help with your webhosting account? Look no further – our team is here to help. Our Cpanel WHM guide includes step-by-step instructions and helpful tips on everything from maintaining your server to setting up file sharing.
If you want to list the all the accounts username using SSH then run below command. whmapi1 list_users It will show list of all the accounts hosted on the server.…
If you want to create the cPanel account using SSH then follow below instructions. whmapi1 --output=jsonpretty createacct username='elinux1234' domain='elinux.co.in' Kindly replace the username with the usrename you want and the…
If you want to change the cpanel hosting account domain name using SSH or whmapi then you can run below command. whmapi1 modifyacct user=username domain=newdomain.com Replace username with actual username…
If you want to suspend the account using WHM API from SSH and mention the reason of suspension then use below command. whmapi1 suspendacct user=userame reason="Billing or Abuse complaint" replace…
Files can be downloaded from google drive using wget. Before that, you need to know that files are small and large-sized in google drive. Files less than 100MB are regarded…
How to Fix “Missing a Temporary Folder” Error in WordPress WordPress Missing a Temporary Folder error prevents you from updating themes and plugins, uploading files and images, and even bringing…
Do your emails arrive in the spam of your registrants and your customers? Tired of paying for your email campaigns when half or even more will never be read because…
Resetting email account password from Command line in cPanel 1) Login to the server as root via SSH 2) Run the command “openssl” and you will see this: test@test #…