How to Suspend/Un-suspend a cPanel account via SSH Terminal
How to Suspend/Un-suspend a cPanel account via SSH Terminal
Date: 21-08-2021
Step 1: You can suspend and un-suspend an account via command-line using the cPanel scripts. Login to the cPanel server by SSH terminal as root.
Step 2: Use the below command to suspend.# /scripts/suspendacct accountname
Note: accountname – cPanel account name.
Step 3: Use the below command to unsuspend.# /scripts/unsuspendacct accountname
Thank you!