i have a website that is hosted in a shared server. i want to use my home computer to make my website using a dedicated server couz i want to offer services that require a dedicated server and i cant afford the price of the dedicated server couz i am a high school student.. anyway, please tell me where i can get a good tutorial to help me do this.. i looked on google and i got some tutorials that taught me how to make my own server but i cant access my server without an ip address and not everyone is a geek to access the site using ip addresses. so how can i use my domain name with my home based dedicated server??

link|improve this question
If you can't afford a dedicated server, use a VPS. Using your home computer is total nonsense. – SvenW Jul 24 '11 at 12:28
yea, i know but the project i am doing might not be soo successful so why should i pay for something i dont know if it will be fine or not?? after seeing that my project is going properly i will buy a VPS couz yea i know it is cheaper and almost like a dedicated server! but please now help me do this! and your help will be highly appreciated!! – awah Jul 24 '11 at 12:34
feedback

closed as off topic by womble, SvenW, jscott, Ben Pilbrow, sysadmin1138 Jul 24 '11 at 13:42

Questions on Server Fault are expected to generally relate to servers, networking, or desktop infrastructure, within the scope defined in the faq.

1 Answer

While I agree with SvenW that this is a very bad idea (and will probably violate your home internet account's TOS and get you kicked off, but we'll assume that you're somewhere where the TOS doesn't ban servers and/or you upgraded to business-class), as long as your home computer's IP address doesn't change, you just need to edit your domain's DNS settings (probably at your domain registrar's site if you're not running your own DNS server) to create an A record (say, home.example.com) that points to it.

If your home IP address does change, then you're pretty much out of luck. You would have to edit your DNS settings every time it changes and wait for caches to expire so the new settings can take effect. Otherwise, you could get a hostname from dyndns or some similar service, but this would be a dyndns.com address rather than your own domain, and you will not be able to get anyone to issue an SSL certificate for it.

link|improve this answer
thanks. i guess that's it! thank you very much and yea, my ISP doesnt care about anything like this.. i am allowed to do what ever i want to as long as it is nothing related to hacking.. thanks again – awah Jul 24 '11 at 19:21
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.