diff --git a/pages/linux/factorio.md b/pages/linux/factorio.md new file mode 100644 index 0000000000..bc2d27aff7 --- /dev/null +++ b/pages/linux/factorio.md @@ -0,0 +1,12 @@ +# factorio + +> Create and start a headless Factorio server. +> More information: . + +- Create a new save file: + +`{{path/to/factorio}} --create {{path/to/save_file.zip}}` + +- Start a Factorio server: + +`{{path/to/factorio}} --start-server {{path/to/save_file.zip}}` diff --git a/pages/linux/terraria.md b/pages/linux/terraria.md new file mode 100644 index 0000000000..7731cd14d0 --- /dev/null +++ b/pages/linux/terraria.md @@ -0,0 +1,12 @@ +# terraria + +> Create and start a headless Terraria server. +> More information: . + +- Start an interactive server setup: + +`{{path/to/TerrariaServer}}` + +- Start a Terraria server: + +`{{path/to/TerrariaServer}} -world {{path/to/world.wld}}`