In WHM I could delete or terminate a cPanel account but in SSH, I could also do same thing?
Chris Worner Well-known member Registered Joined Apr 15, 2016 Messages 612 Points 28 Jul 29, 2016 #1 In WHM I could delete or terminate a cPanel account but in SSH, I could also do same thing?
steitieh Well-known member Joined Apr 23, 2014 Messages 113 Points 18 Jul 29, 2016 #2 Login to your VPS hosting via SSH as root account You can delete/terminate cPanel account using this command from cPanel Code: /scripts/killacct For example, if you want to delete user yourwebsitename do this Code: /scripts/killacct yourwebsitename This command will delete the cPanel with account name yourwebsitename Hope it helps!
Login to your VPS hosting via SSH as root account You can delete/terminate cPanel account using this command from cPanel Code: /scripts/killacct For example, if you want to delete user yourwebsitename do this Code: /scripts/killacct yourwebsitename This command will delete the cPanel with account name yourwebsitename Hope it helps!