• Welcome to Overclockers Forums! Join us to reply in threads, receive reduced ads, and to customize your site experience!

How to build a server?

Overclockers is supported by our readers. When you click a link to make a purchase, we may earn a commission. Learn More.

Newguy123

Member
Joined
Jan 1, 2001
Just wanna know a basic step by step about building a server. How would i go about setting one up?

Thanks
 
Yup…need more info.

Servers are more defined in what they do rather than what they are made of.
 
Just a regular server. Thats enough to host a few web sites.

Nothing major, just want to know how to set one up
 
If it's just for a few websites, a regular desktop made of stable components would work fine. Dual CPUs and SCSI RAID arrays are really only for computationally intense tasks. However, you might want to give ECC and/or registered RAM a look. It's not as fast as regular RAM but it's better for stability.

~THT
 
Are you wanting to know how to setup a web server or what box to build to set one up on?

As for the equipment, bandwidth is usually the bottleneck. The best hardware in the world will not help if people are trying to squeeze though a thin pipe.

As for the box itself, again, it depends on what you want it to do. What will be on those sites? Will you offer downloads or data lookup?

Most business web servers I have seen consisted of dual CPUs, tons of memory, and a RAID configuration that includes mirroring.
 
For your average webserver, you don't need very fancy hardware. Depending on the amount of traffic your going to get, bandwidth becomes the limiting factor. For example, I've run a webserver off a P166 running slackware linux, and the page loaded without any slow downs. Of course, if that site had gotten more traffic, performance would be lost.

Before you start building anything, you should figure out what exactly this server would be for and how much load it will get.
 
If iits a server to host a few pages, the computer you have will work just fine.
Althought with a few changes:
- 512 Ram at least
- Only 2 HD - same size and doing mirror
- add a Backup tape
- no sound card is needed
- regular cheap video card (since its not for playing games)

Then you will only have to install Win2k Server (for example)
with IIS.
And voilá, you will have a nice little server for hoosting a few pages.

If you need something more powerfull then a Dual CPU setting with scsi will be better. But thats only if you have more intensive server needs - Like running SQL Server...
 
2k pro will be fine just install iis or apache ....installing iis is easy if you dont know how you just go to the add remove programs off the control panel then go to add/remove windows components then check iis and throw in your windows cd and let it install after that its up to you to set up iis its not hard at all :)
 
Back