How to Host Multiple Public Facing Websites on a VPS

domain-name-systemhostingvps

We host about 30 websites using typical shared hosting plans using ASP.NET and SQL 2000/2005/2008.
I am now wondering about hosting all of these websites using our own virtual private server.

This is clearly cheaper but comes with a lot of questions I need answers to:

  • Is the risk of having to keep this VPS server up and running worth it? Until now, the host provider has managed the server and we have not had to worry about crashes, downtime, software patches etc. We are not server administrators, we are programmers, so this is not really our expertise. On the other hand, it may not be hard to learn.

  • When we make a website live, we log in to a domain management control panel and change the primary and secondary name servers to point to our shared web host:

    Eg ns1.sharedwebhost.com and ns2.sharedwebhost.com

    These name servers are going to have to change when we have a VPS. I don’t understand anything about how to set this up. Is there some useful info anyone could direct me to? Or is there software we need to install to make the primary and secondary name servers work on our VPS?

  • The control panel we have for shared hosting comes with DNS management like this:

alt text
(source: yart.com.au)

What software would I need to install to create this for each site we host at a VPS?

  • The control panel we have for shared hosting also comes with a POP email interface that allows email addresses to be added easily by our customers.

alt text
(source: yart.com.au)

Is this something that can be easily set up at a VPS so clients can manage their own email addresses?

Is there software we need to install to make this work?

Best Answer

Funny you should ask this because I just got finished setting this up myself this week.

The reason I did this is because my shared host got sold and pretty much crapped out. Virtually no technical support, just "we're having problems, no ETA" has been going on for weeks.

I am a software developer and not a network engineer, but honestly it was not difficult at all and I got good support. I'm not sure if I'm allowed to mention services here, but after much searching I used ServerIntellect (www.serverintellect.com).

The name servers for me changed over in about 10 minutes, so nothing to that.

They include software for setting up all your domains, etc., that looks a lot like shared hosting. It was a breeze.

Their VPS is limited to Win/2003+IIS6 but uses SQL/Server 2005 or 2008. It's not much more money to go to a dedicated server where you can get Win/2008+IIS7 and VPN into your server instead of RDP if you like.

VPS and dedicated include service to do all patches. You can choose the schedule. They will handle all the backups (small extra monthly charge), they even have an optional service where they test your site every five minutes to make sure it responds. Does your shared host do that?

If you are using SQL/Server, VPS and dedicated have huge advantages, but for me I wanted control over the bandwidth which you do not get in Shared. With Shared your response time will be inconsistent depending on what else is going on on the server.

With VPS and dedicated, the bandwidth, RAM, CPU are guaranteed, so you can be sure nobody else will affect your response time.

I think it is easier to handle with one login and a control panel to handle all your sites in one place. Perhaps, you have your shared host already setup that way.

I found the DNS part of it a breeze, IIS and basic Windows server admin also to be very straightforward.

So, I think it depends on more than just cost. If you have shared hosting at $8/mo per site and that is working for you with consistent response time; great, why move?

If you want more control over features like SQL/Server, etc., ASP features not ordinarily offered or just more consistent response time, and a lot of other things through one simple interface and/or RDP -- and unlimited # of websites for one monthly price then VPS or dedicated is a good choice and it's still managed for you.

Although I'm getting a 99.995% SLA, for what you could save, you could also have a VPS elsewhere for automatic failover if the sites are static or you know how to do SQL/Server replication. Though serverintellect says they will replace whatever is needed usually within 15 minutes, but latest 4 hours -- with RAID, seems unlikely that would occur. Could happen with your shared host as well, I guess.

Related Topic