https://github.com/sdatko/terraria-server-linux
Run the Terraria server on Linux.
https://github.com/sdatko/terraria-server-linux
Last synced: about 1 year ago
JSON representation
Run the Terraria server on Linux.
- Host: GitHub
- URL: https://github.com/sdatko/terraria-server-linux
- Owner: sdatko
- License: mit
- Created: 2022-01-28T12:01:16.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-28T15:32:48.000Z (over 4 years ago)
- Last Synced: 2025-02-09T16:42:51.171Z (over 1 year ago)
- Language: Shell
- Size: 1.95 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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