How to Suspend and Unsuspend cPanel Accounts via SSH?

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.
  • ban cPanel account, putty, Secure Socket Layer, unban cpanel account, suspend cpanel via ssh, Suspend cPanel Account, linux commands, ban cpanel via ssh, how to, root access, What is SSH? Public Key Cryptography, unsuspend cpanel account, ssh client, unban cpanel via ssh, unsuspend cpanel via ssh command
  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

What are some Basic SSH commands?

List of some basic SSH commands are: ls – This command is used to list all files and...

How to connect to SSH?

Putty is an open-source SSH client used to connect to a remote server. This article describes how...

20 Basic Linux Commands and their Uses.

Following are the top 20 basic Linux Commands with Live Examples that would definitely help you...

How to Block/Unblock IPs from SSH?

You can easily block or unblock IPs  from SSH. #1. Block An IP Address from SSH First of all,...

How to install CpCleaner in cPanel through SSH?

CpCleaner is a cPanel plugin created to give cPanel users the option to clean junk files that...