Jump to content

Webserver at Home

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
11 replies to this topic

#1
Valor

Valor

    Learning Programmer

  • Members
  • PipPipPip
  • 30 posts
My webserver is costing a lot of money per month and I've been playing with the idea of creating one at home. I would use a nice new PC running some form of Linux. Other than that what other considerations do I need to think about? Has anyone attempted this?

#2
Guest_Jordan_*

Guest_Jordan_*
  • Guests
The first thing you would need is fast internet connection like a T1, T3, OC3 etc. Next you will need a good server, not just a scrap PC. Once your website or sites grow large enough it will take the machine down. The third thing you will need is a power backup source. What happens if the power goes out in your area? The webservers should still be running and your clients will get angry if they are not. This is one of the largest expenses but if this doesn't matter skip it. The last thing you need to consider is backup. You can purchase 200+ GB webhost packages now for $6. I recommend getting one of those and creating a daily/weekly/monthly backup storing all of your data on that remote host.

#3
Tor

Tor

    Programming Expert

  • Members
  • PipPipPipPipPipPip
  • 486 posts
Running your own server and keeping 99.9% uptime will be about impossible unless you can afford a full crew. A T1 line is around $350 minimum!!

#4
Valor

Valor

    Learning Programmer

  • Members
  • PipPipPip
  • 30 posts
Wow, I guess it is more expensive to run one from home than to rent one. I don't think I could keep it running if the power goes out.

#5
TcM

TcM

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 11,147 posts
$350 / year? or what?

T1 isn't that fast neither!

#6
Guest_Jordan_*

Guest_Jordan_*
  • Guests
$350 a month I'm guessing. T1 = 1.5Mb with and you own the line so you do not share any of that (meaning you get full 1.5Mb).

#7
TcM

TcM

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 11,147 posts
That is way too expensive!! WTF, I have a 2MBits connection and it's like $30 and I get more than 2MBits, usually 2.5MBits.

#8
Valor

Valor

    Learning Programmer

  • Members
  • PipPipPip
  • 30 posts
I got a price quote. It is around $325 for the T1 line and about $300 for an open internet port. That is per month. $625!

#9
EGS

EGS

    Programmer

  • Members
  • PipPipPipPip
  • 116 posts
I've seen fast sites hosted off of a home-based server/computer on DSL. I don't think the connection type matters until your site becomes very popular and/if your connection supports it.

#10
zErOaCid

zErOaCid

    Newbie

  • Members
  • PipPip
  • 21 posts
I just have my servers at home connected to a 10Mbps cable connection. So far so good. I dont have any problem with my connection. I think you just need to have a reliable ISP.

#11
etali

etali

    Newbie

  • Members
  • Pip
  • 5 posts
If you're just running a personal site, rather than a business, you could do it.

I run a VPS (hosted elsewhere) using Ubuntu, but I wouldn't recommend it for people new to server admin - I think Fedora would be a good, reliable distro for new admins.

#12
phillw

phillw

    Learning Programmer

  • Members
  • PipPipPip
  • 82 posts
Ubuntu with webmin is a nice mix. Takes a while to get used to it, but it's the friendliest one I've so far tried and I'm quite happy with it.

pop webmin ubuntu 9.04 into a search engine and you should get the result for 9.04 (obviously, use whatever version of linux you are currently using)

My Web & Mail server installation is just for me to get used to the horrors of securing it all from the 'bad' guyz :cursing:

As to hosting - you sort of pays your money & takes your chance. Ask and listen to advice of other people before you commit your hard earned money.

I got 450Mb space & a 'fair-use' policy on a server that provides sub-domains, email etc for $15 / year. Wouldn't even pay the electric bill for me to do it myself !!!

It's privately run, but powered by e-host - so it's pretty darn stable.

It doesn't support MySQL for users at the moment, but I'm hoping that will change in the next few weeks.

Have a gr8 time putting your server together and keeping it safe - It's the steepest learning curve I've come across, but is gr8 to see the parts all gradually come together.

Regards,

Phill.