Jump to content

So I 'm working on a project and a key component is hosting a public game server (minecraft) for...


 Share

Recommended Posts

If you're network includes a hardware router, or a modem with a router built in, then you only need to open the ports in the router that the server will use and point to the computer on the network that will be the server. All other ports will act as normal.

 

Portforward is a great source to find the info you need http://portforward.com/ (ignore the add to Buy the Portforward Network Utilities, that's new to me and annoying.)

Start with either the program or the router you're using and go from there.

Once you've selected the router and program, the guide fills in the default port(s) within itself to show you what it should look like.

Keep in mind you can change the port to anything you would like if the default port doesn't work for you.

Link to comment
Share on other sites

If you like to put a bit of effort into it: rent yourself an amazon ec2 linux instance and install a minecraft-server. Just google minecraft amazon ec2 and you will find lots of tutorials.

If you dont need much power, you can even take the free tier :-).

I had a free one running for a year and had only pay bandwidth at a laughable rate (10cent/month) - but to be fair, we were only two players ?

Link to comment
Share on other sites

Digital Ocean is cheaper than Amazon for simple small deployments or if you can run everything on a single instance. You won't have a good Minecraft experience on the smallest instances though. Get something with some decent memory since it's really cheap per hour. Use lasdigital for a $10 credit.?

Link to comment
Share on other sites

Ryan Grange What I would do is leave it as a $5/mo droplet all month, so the IP doesn't change. Then when you are going to play, bump it up to a higher power droplet for those few hours, then bump back down when done. That way, you might only pay $6-7 / mo, but get power when you need it.

 

you can even use the API to make it a one-click resize. I've done that before.

Link to comment
Share on other sites

Ben Yanke

I was under the impression this was a brief one-off event.  As for keeping an IP, Digital Ocean has introduced some kind of static IP system similar to Amazon's Elastic IP that you can assign to any of your instances for helping with failover situations.

Link to comment
Share on other sites

 Share

×
×
  • Create New...