Skip to content

xProsek720/Terraria-Web-Server-Manager

Repository files navigation

Terraria Web Server Manager

Web app that does Start and Stop for Ubuntu Terraria Server

  1. Install all requirements:

sudo apt get update & sudo apt get upgrade

sudo apt get install python3 python3-pip supervisor

  1. Make user account for terraria server:

sudo adduser terraria-server

  1. Make terraria-server user sudoer without password:

sudo usermod -aG sudo terraria-server

  1. Copy all of the files from GitHub Project!

sudo chmod +x /usr/local/bin/terrariad

sudo chmod +x /home/terraria-server/server/TerrariaServer.bin.x86_64

  1. Open ports:

sudo ufw allow 7777/tcp

sudo ufw allow 80

  1. To apply and run web app do cmd below:

sudo service supervisor reload

If you want to see the console of terraria server then you can:

sudo terrariad attach

If you want to dettach the console

Ctrl + A then d

You can clear your screen after all: Ctrl + L

Releases

No releases published

Packages

No packages published