How to Host a Server for Friends ?

  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord

Torigoma

New Member
Jul 29, 2019
103
0
0
How would I go about Hosting a server for a couple of Friends?

I mean step by set, what would I have to do? Assume I know nothing.

I'd prefer not to use HAMACHI at the moment, I want to learn how to do it without.
 

AliveGhost

New Member
Jul 29, 2019
167
0
0
Google is your friend. You need to port forward your router(s) so the server can be accessed by everyone first.

Sent from my HTC Desire X using Tapatalk 2
 

Shadowzfire

New Member
Jul 29, 2019
46
0
0
1. Like above, port forward your router to 25565. This is to make sure people can actually connect to your server properly.
2. Go into command prompt, type "java -version" If you get "'Java' is not recognized as an internal or external command, operable program or batch file.", then you have a version less than 1.6 and you need to update to very latest version. Depends on what bit architecture you are using. 32bit java obviously for 32 bit windows.
3. Does your computer's Video graphics card use SSE4? If so, nice things can be done. What amount of RAM do you have for use? 2GB RAM at least. (This is in regards to memory usage of your server, which will be dreadful without a decent command-line start-up bat file)
4. When you download one of the modpacks, you may notice they do not start with a few average server files that a minecraft server generally needs. Things like banned-players.txt and server.properties will not be in the zip file. Grab those from the .jar from the normal minecraft server download off minecraft.net. You will be needing those. (Those refers to "banned-players.txt, banned-ips.txt, ops.txt, server.properties and whitelist.txt")
5. Step by step? I hope I listed most of the things. I recommend running a whitelisted server, if you are running one simply for friends and friends alone. This allows you to manage the amount of players on your server.
6. Feed the Beast is quite the whopper compared to a regular server, it has different needs. Make backup's of your server at least once a week mate.
7. Tell me I've missed something. I'm sure I've missed something.

Most of these things can be found out about either on
http://www.minecraftwiki.net/wiki/Tutorials/Setting_up_a_server#Port_forwarding
or
simply youtube/google

Feel free to ask more questions. I probably won't be able to get back to you soon, but someone else might/will.
 

RebelZed

New Member
Jul 29, 2019
13
0
0
rebooting this. it is now 2015. how would one do it now. i downloaded server form the launcher page, and unzipped the file. now what?
 

mc.crab

Well-Known Member
Feb 2, 2013
1,397
116
89
rebooting this. it is now 2015. how would one do it now. i downloaded server form the launcher page, and unzipped the file. now what?
I'd go with what Shadowzfire posted, only thing is that the first start will crash as you need to accept the eula and that those things listed in step 4 will be created when launching the server.