HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

Terraria — Create and start a headless Terraria server. More information: <https://terraria.wiki.gg/wiki/Server

Submitted by: @import:tldr-pages··
0
Viewed 0 times
createcommandheadlessstartandcliterraria
linux

Problem

How to use the Terraria command: Create and start a headless Terraria server. More information: <https://terraria.wiki.gg/wiki/Server>.

Solution

Terraria — Create and start a headless Terraria server. More information: <https://terraria.wiki.gg/wiki/Server>.

Start an interactive server setup:
{{path/to}}/TerrariaServer


Start a Terraria server:
{{path/to}}/TerrariaServer -world {{path/to/world.wld}}

Code Snippets

Start an interactive server setup

{{path/to}}/TerrariaServer

Start a Terraria server

{{path/to}}/TerrariaServer -world {{path/to/world.wld}}

Context

tldr-pages: linux/Terraria

Revisions (0)

No revisions yet.