Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 495 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 495 Bytes

terraria-server-linux

Run the Terraria server on Linux.

Running

Everything is contained in a single shell script start-terraria-server.sh. Executing it will result in a working Terraria server instance.

./start-terraria-server.sh

It is recommended to launch the server inside a tmux session.

Acknowledgments

The work was inspired by steps described in the Official Terraria Wiki [1].

[1] https://terraria.fandom.com/wiki/Server#How_to_.28Linux.29