manage 100+ servers?

Imaulle

[H]ard|Gawd
Joined
Jan 13, 2006
Messages
1,213
I have a little over 100 servers using chm/cpanel all with about 200 accounts each on them. Is there some software I can use that can securely manage all of them from one UI including functions like change all root passwords, create new account, change package, change disk quota, limit bandwidth etc etc? I don't mind shelling out a bill or 2 for this
 
ClusterSSH is good for this sort of thing. I used to use it to maintain 20+ machines at a time before we developed our own internal management system.
 
I have a little over 100 servers using chm/cpanel all with about 200 accounts each on them. Is there some software I can use that can securely manage all of them from one UI including functions like change all root passwords, create new account, change package, change disk quota, limit bandwidth etc etc? I don't mind shelling out a bill or 2 for this

That's like 20k different accounts, impressive. Are you a reseller or do you own the gear that this is running on? Sorry, not an answer to your question but I just couldn't resist asking. ;)
 
basically, we sell a product and fully host and maintain it for our clients.

the clusterssh program won't really work I don't think. We need something like a web page that is very easy to access and maintain things with. I may need to just build something from scratch using the cpanel API :\
 
oh, and we host all of our servers with Wiredtree. They are wonderful :]
 
basically, we sell a product and fully host and maintain it for our clients.

the clusterssh program won't really work I don't think. We need something like a web page that is very easy to access and maintain things with. I may need to just build something from scratch using the cpanel API :\

SSH is pretty damn easy (at least compared to the horrendous CPanel). If you're not using SSH already, how are you even managing 100+ hosts? Surely not with 100+ browser tabs open to the CPanel interface...?
 
right now I just have a html page saved locally that has all the user/passwords saved as links and just click a link to auto login to a server and do what I need, lol
 
Webmin can build clusters to do cluster wide changes, might be something to look into.
 
Does cPanel's WHM not do this?

And personally I love cPanel... I typically use shared hosting, so cPanel is much much better than whatever proprietary crap some hosts come up with (looking at you 1and1, GoDaddy, etc.)
 
Not sure about root passwords but all the account functions can be handled through a WHM API. There are many products that will integrate with WHM on this level, but most are designed as customer-facing billing systems.
 
yes it can all be done through the WHM but it requires root access and it's a pain to login to so many different servers. I guess I'm looking for some custom built app that just uses the WHM API. The main reasoning behind this is I'm trying to avoid giving out root access to the servers and have this app running that some of my employees can use with just the few functions they need
 
You can setup "reseller accounts" with limited functions if that's more of what you want, and then find/develop the proper application that suits all your needs.
 
Back
Top