TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Do you host client's websites on your own server, or on shared hosting?

1 pointsby codonautover 11 years ago
Hey all,<p>I&#x27;m just getting into the wide world of freelancing and am wondering what the best approach is for hosting client&#x27;s websites. I&#x27;ve been very strongly advised by the lead developer at my company to stay away from hosting client sites on my own vps and to just use shared hosting. His rationale is that there is less maintenance time involved, less client time involved, and you benefit from the host&#x27;s security instead of having to make sure yours is up to par. On the other hand, hosting on your own server gives you control over the environment, and if you need to change anything then it&#x27;s much easier than on a shared host. What approach do you recommend taking?

1 comment

omgmogover 11 years ago
Currently hosting 20-30 client sites on a single Linode VPS. Mixture of Wordpress and static websites. Nice to have the full control, and the ability to SSH in and work out any problems instantly.<p>Any overhead is reduced by some good bash aliases, for creating apache domain confs, and things like that.<p>edit: gist of my commands here - <a href="https://gist.github.com/omgmog/7155850" rel="nofollow">https:&#x2F;&#x2F;gist.github.com&#x2F;omgmog&#x2F;7155850</a>