Our features site is undergoing a refresh! Be sure to explore the revamped site and discover our latest product roadmap launching here on Monday, March 18th.

Suspend/Unsuspend Multiple accounts

crazyaboutlinux shared this idea 8 years ago
Open Discussion

Today I got tired by suspending 150+ accounts individually one by one on a cpanel server, so i got an idea to request a new feature that do suspend/unsuspend multiple accounts like wise Terminate Multiple Accounts,

Whatsup guys? If you'd like to get this feature implemented in next cpanel version, like for this feature and vote for it.


Home » Multi Account Functions » suspend/unsuspend Multiple Accounts

Replies (7)

photo
1

This would be a great feature!

Especially when we have moved all customers from one server to another. Then we could suspend all accounts on the old server and get those who have not changed DNS to contact us, even if we have sent them email about us alot of customers are slow on changing their DNS and a suspended page will really get them going.

photo
2

will this be implemented ?

photo
3

It's not on our roadmap yet, but it does seem like a reasonable request. The next step is to decide if/when it goes on the roadmap at one of our planning meetings, which happens once every few months. As soon as there's any update to provide I'll post it here!

photo
3

Thanks benny for your update. feeling good hearing your words.

photo
photo
1

Find myself in the same position today. Hundreds of accounts to suspend and no easy way to do this! Please implement this!

photo
1

This would be a great function for GUI rather then using terminal.

photo
1

I am already struggling to finish 433 accounts. This feature should be considered as soon as possible.

photo
1

so this is 2 years later and I dont think the need was met .... any body know of a third party addon that does this for us since cpanel cant make it a priority? whmsxtra?

photo
1

BTW....for those stuck in the situation where ya want to migrate tons of accounts and suspend old ones that are done.....edit the packages assigned to the accounts to allow 1mb bandwidth and then the system will auto suspend the accounts. For critical accounts not to be suspended just change those one offs to a different package.

photo
photo
1

To suspend all accounts in WHM, following this command:


[code]ls /var/cpanel/users | xargs -n1 /scripts/suspendacct[/code]

photo
3

Thank you. From this I was able to work out how to un-suspend all accounts. For anyone else having the problem here is the solution. /bin/ls -A is required to remove the ./ ../ listings.

/bin/ls -A /var/cpanel/users | xargs -n1 /scripts/unsuspendacct

photo
Leave a Comment
 
Attach a file