How to Setup a Tekkit Classic Server on Ubuntu 16.10

What is Tekkit Classic?

Tekkit Classic is a modpack for the game everybody knows and loves; Minecraft. It contains some of the very best and most popular mods from the community for industrializing, automating and powering your worlds!

  • An Ubuntu 16.10 server.
  • 4GB of RAM.
  • Dual core processor.

Prerequisites

You will need to have an active Java installation on your Aklweb host server in order to run the Tekkit Classic Server.

apt-get install openjdk-7-jre

Getting Started

Create a new folder on your server called "Tekkit".

mkdir Tekkit

Navigate into the newly created directory.

cd Tekkit

Download the required files for the Tekkit Classic server.

wget http://mirror.technicpack.net/files/Tekkit_Server_3.1.2.zip

Unzip the file contents.

unzip Tekkit_Server_3.1.2.zip

Start Tekkit Classic by running the .jar file.

screen java -Xmx3G -Xms2GB - jar Tekkit.jar nogui

All finished, Now What?

Congratulations on your fresh install of a Tekkit Classic server! You may now connect to it by typing in the IP address of your Aklweb host server instance in your Minecraft client. If you'd like to tweak some of the settings such as the port number, navigate to the Tekkit Classic server directory and type nano server.properties. Inside here you can adjust the settings to your liking.

Enjoy and have fun!

  • Ubuntu, Minecraft, Linux Guides, Game Servers
  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

Setup Ragnarok Online Server on Ubuntu 14.04 x64

In this article, we are going to setup a Ragnarok Online Server on Ubuntu 14.04 x64. You can be...

Installing Ubuntu Server on Drives Larger Than 2 TB

The following tutorial requires a motherboard that is EFI compatible (most boards since 2012 are...

Enabling root user in Ubuntu

Instructions on how to enable root user in a newly installed Ubuntu server. The root user in...

Install MailCatcher On Ubuntu 14

Introduction MailCatcher is a tool that provides an easy way for developers to inspect emails...

Install PostgreSQL On Ubuntu 14

Introduction PostgreSQL is the world's most advanced open source Relational Database Management...