#1 Members - Reputation: 123
Posted 25 May 2012 - 11:55 AM
If I understand right, most web hosting accounts that you can get online will set you up on a shared server with serveral hosted accounts on each one. These servers are going to be running its own server software (likely HTTP), probably apache2 or something. I guess it is not possible for me to upload say a multi-client chat server to a hosted account like this?
#2 Members - Reputation: 508
Posted 25 May 2012 - 12:22 PM
Edited by mrjones, 25 May 2012 - 12:25 PM.
#3 Moderators - Reputation: 3292
Posted 25 May 2012 - 12:29 PM
In brief: You don't need physical access, but you DO need a "self-managed server" or "virtual private server" or similar hosting plan. Regular "web hosting" won't work.
#4 Members - Reputation: 123
Posted 25 May 2012 - 12:58 PM
#5 Moderators - Reputation: 3292
Posted 25 May 2012 - 02:52 PM
I can simply run the program from any location on my drive and keep it running hosting it on my own computer that way?
If you can make the program open a port and listen for connections, and make the machine stay connected to the internet, and make sure that external clients can get to the machine (firewalls, etc,) then yes, you are hosting the game. There's no magic needed in that particular part. It's what happens once users connect, and then once malicious users connect, that's interesting :-)
#6 Members - Reputation: 146
Posted 25 May 2012 - 05:17 PM
OK, thanks that is the answer I was looking for. Looks like something like that will run me about ~$60/month. I have a dual-boot system on my laptop, running both Windows 7 and Ubuntu 12.04. If I wanted to host it on my own linux box then there would be no need to install apache or anything like that. I can simply run the program from any location on my drive and keep it running hosting it on my own computer that way?
You can easily get a $10/month non-managed VPS . You just have to install everything and configure it all with probably very minimal support apart from reboots.






