mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-31 18:42:08 +00:00
18 lines
366 B
Plaintext
18 lines
366 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, linux]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# 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}}`
|