• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Setting up a server on my home network

silicon

Senior member
My small home network with 4 computers on it works well enough so this may not be the best thing to do. I want to set up 1 computer as a server and have no idea how to do this....what software, should i even bother etc....i need some words of guidance...thanks in advance.
 
yes I was wondering how difficult it is to set up a server on my home network for file sharing and possibly a website somehow available to the other computers on this network.
 
This is exactly the perfect case for a small linux box, no other software needed. Setup samba and configure the webserver, quick and easy.

Pretty much what I'd do as well. Can also look at mdadm for raid which is native in Linux. I highly recommend doing raid for a file server, and of course backups too. 3 several TB drives will do a half decent raid 5 array that you can grow over time. Avoid "green" drives or any drive that spins down.
 
For local website development WAMP is probably what you want.

http://www.wampserver.com/

Or for basic HTML you can use Windows IIS, takes all of 5 minutes to enable. Getting MySQL and PHP running with IIS is a bit involved which is why I recommend WAMP.
 
Last edited:
Back
Top