Jump to content

Need help setting up Server from Linux Command Line


Suitedjack

Recommended Posts

I am trying to setup a tekkit minecraft server on my ubuntu home server, but have found a lack of tutorials explaining the exact commands for the command line in a Linux OS.  My roommate and I have scoured google pages for 2 days so anyone who can link me to a detailed installation or describe it below shall recieve an invitation to come to the dark side and all the cookies you could want, oh and you can come play on our server if your into this minecraft biz. 

 

In short, I need to know the inputs to install java, tekkit, and plugins on a linux command line and how to manage server from command line.

 

Thank you in advance for your subordination to my will.

Edited by Suitedjack
Link to comment
Share on other sites

Well first of all, make sure you have an FTP software like Filezilla so you can transfer the server files over to ubuntu server. If you want, make sure you have a SSH program like PuTTY in order to run commands from your desktop computer rather than the server computer. For Java, (I can't remember what command I used to install Java since it's been half a year since I did that on my server) you would type sudo apt-get install openjdk-7-jre-headless. For the Tekkit part, download the server files, extract them into a folder on your desktop or someplace you can access easily, and connect to the server via FTP (I pretty sure that you also have to port forward your router for port 22 since FTP and SSH would be using that port and also 25565 for Minecraft) and then drag all of the extracted files into a directory in the server. From there you can right click the server.properties file and edit it as well as the launch.sh. Now in order to run the server, you have to type this command in(this is how I would do it if I had the server files in directories): cd ~/Minecraft/Tekkit. And to run it, I would then type sh launch.sh and let it run. For plugins, the only way I know how to do it is to use MCPC+ and then you should be able to use plugins. Sorry if this sounds confusing since this is the best that I can explain setting up a server on Linux.

Edited by rlego525
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...