Starting A Tekkit Server With Ubuntu Server

Contrajon

Reputable
Jun 15, 2014
50
0
4,640
I'm trying to start a tekkit server for me and my friends on a IBM X3200 M3 server that I have. I'm currently running Ubuntu Server and have Plex on their as well. The only guides I've seen are for the desktop environment, and from what I understand, that slows down the performance of the server so I want to stick with the terminal only interface. Could anyone give me a walk through of installing the tekkit server onto my server.
 
Solution
Could you link one of those guides please? I'll translate to command line for you.

You may also want to consider installing webmin so you can administer your server via another computer on your network with a gui interface

wget http://prdownloads.sourceforge.net/webadmin/webmin_1.730_all.deb
sudo dpkg -i webadmin_1.730_all.deb

With webmin you can do all the transfers and adjustments described here http://forums.technicpack.net/topic/57443-need-help-setting-up-server-from-linux-command-line/

stillblue

Honorable
Nov 30, 2012
1,163
0
11,660
Could you link one of those guides please? I'll translate to command line for you.

You may also want to consider installing webmin so you can administer your server via another computer on your network with a gui interface

wget http://prdownloads.sourceforge.net/webadmin/webmin_1.730_all.deb
sudo dpkg -i webadmin_1.730_all.deb

With webmin you can do all the transfers and adjustments described here http://forums.technicpack.net/topic/57443-need-help-setting-up-server-from-linux-command-line/
 
Solution