You caneasily suspend or unsuspend cPanel accounts via SSH by following the below mentioned steps.

Suspend cPanel Accounts via SSH

  • Login to SSH with required credentials.

Note: To perform this task, you must have root access to your server. This task cannot be done without root privileges.

  • Type the below command to Suspend a particular cPanel user account.
# /scripts/suspendacct username "Reason"
Thus, you have successfully suspended the particular cPanel account.

Suspend cPanel Accounts via SSH

  • Type the below command to Unsuspend a particular cPanel user account.
# /scripts/unsuspendacct username
*Replace username with the cPanel username.
Thus, you have successfully unsuspended the cPanel account via SSH.
You can check out the procedure in detail. Visit the blog.
Was this answer helpful? 0 Users Found This Useful (0 Votes)