The default port is 25565. This may be edited below.
===Creating a Tekkit Script===
*Create startup script for Tekkit. Note that 1500M stands for the number of megabytes of ram you are letting Tekkit use potentially. The 512M stands for the number of megabytes of ram you let Java use at startup.
{{Code|nano start.sh}}
{{Text|Text=#!/bin/sh
java -Xmx1500M -Xms512M -jar Tekkit.jar}}
*Give permissions to the script.
{{Code|chmod +x start.sh}}
*Start Tekkit
{{Code|nohup ./start.sh}}
=Tekkit with McMyAdmin=