Skip to content

Small agency workflow: how do you handle 50 shared hosting accounts?

Web Hosting by tomchan 27 replies 2.3K views
#11

This thread is making me itch. 50 sites, 6 providers, no configuration management. What happens when you need to rotate a cert or update PHP across all of them?

#12

Randyaround I do them one by one like a caveman. Some providers have one-click, some don't. The variance is the real time sink.

works on my bench ¯\_(ツ)_/¯
7 #13

Write a shell script that SSHes in and does it. Or use ansible. The unix philosophy: automate the boring stuff.

#14

Pavel_train shared hosting mate. No SSH on half of these. cPanel and prayer.

works on my bench ¯\_(ツ)_/¯
#15

I use Hostinger for my smaller clients, their hPanel is actually decent for bulk operations. But for 50 sites I'd probably go with RunCloud or something similar to manage them all from one dashboard.

#16

RunCloud + DigitalOcean was my setup for years. Now I just use Cloudways, pay the premium, sleep better. Not for everyone though.

#17

Cloudways is nice but the markup is real. You're paying someone else to manage what you could manage yourself. At 50 sites the math changes though.

#18

Hadn't considered Cloudways seriously. Their pricing is per-app right? So 50 sites would be... not small.

works on my bench ¯\_(ツ)_/¯
#19

Cloudways starts around $11/app on DO. Do the math. For 50 sites you're in "hire someone to manage WHMCS" territory.

#20

Back to the actual question though: for pure tracking, I ended up with a Google Sheet that feeds into a Google Calendar via Apps Script. Free, ugly, works. Renewal dates as all-day events, color-coded by provider.

Post a reply

You need an account to reply. Log in or register to join the conversation.

Post reply Preview Save draft