Terminate cPanel Accounts from the Command Line

This guide is intended for cPanel and WHM server Admins that would like to terminate user accounts from a command-line interface. Account termination is permanent and should only be used by experienced server administrators.

Launch 100% SSD VPS from $3.19/mo!

Terminating Accounts with /scripts/removeacct

The /usr/local/cpanel/scripts/removeacct script terminates cPanel accounts from the command line.

To use the /usr/local/cpanel/scripts/removeacct script to terminate a cPanel account from the command line, login to the server as root user and run the following command (replacing "username" with the username of the account to terminate):

/usr/local/cpanel/scripts/removeacct username [options]

Options

When you run the /scripts/removeacct script, you can specify the following options:

--force Bypass the confirmation step in the script and immediately terminate the account.
ex.

/usr/local/cpanel/scripts/removeacct username --force

--keepdns Retain the account's zone files from the DNS server when the script terminates the account (useful when migrating accounts between servers in a DNS cluster).
ex.

/usr/local/cpanel/scripts/removeacct username --keepdns

Keep in mind that account termination is final, and cannot be reversed without restoring a full backup of the orphan account. These above procedures are not intended to replace WHM Terminate an Account interface and should only be used as a temporary workaround when other methods are not available. Please use caution.

Launch 100% SSD VPS from $3.19/mo!

Conclusion

You now know how to terminate cPanel accounts from the command line.

  • whm, cpanel scripts, cpanel server administration, /scripts/removeacct
  • 230 Users Found This Useful
Was this answer helpful?

Related Articles

Disable Network Manager on CentOS 7

This article will provide the steps to disable Network Manager in CentOS 7. Network Manager is...

Disable Network Manager on CentOS 6

This article will provide the steps to disable Network Manager in CentOS 6. Network Manager is...

How to Find the IP of cPanel/WHM Server

This tutorial is designed to troubleshoot and diagnose issues with cPanel license errors. Find...

Uninstall WHMXtra on cPanel Server

This article provides a quick and direct guide for uninstalling the WHMXtra plugin from a...

How to Customize cPanel Installation

This article provides a guide for customizing a cPanel server installation, using the...