Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions docs/public/images/services/terraria.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
29 changes: 29 additions & 0 deletions docs/services/terraria-server.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
title: "Terraria-Server"
description: "Here you can find the documentation for hosting Terraria with Coolify."
---

<ZoomableImage src="/docs/images/services/terraria.svg" />


## What is Terraria?
Terraria is a game where you can dig, fight, and build in a vast and dynamic world..


## Links

- [The official website ›](https://www.terraria.org/?utm_source=coolify.io)
- [GitHub ›](https://github.com/hexlo/terraria-server-docker?utm_source=coolify.io)

## Env Variables

Name | Description | Required | Default Value
-|-|-|-
AUTOCREATE | Creates a world if none is found in the path specified by -world. World size is specified by: 1(small), 2(medium), and 3(large). | yes | 2
WORLDNAME | Sets the name of the world when using -autocreate. | yes | world1
DIFFICULTY | Sets world difficulty when using autocreate. Options: 0(normal), 1(expert), 2(master), 3(journey) | yes | 1
MAXPLAYERS | The maximum number of players allowed | yes | 8
PASSWORD | Set a password for the server | yes | mypassword
MOTD | Set the server motto of the day text. | yes | Welcome to the server!
LANGUAGE | Sets the server language from its language code. Available codes: en/US = English de/DE = German it/IT = Italian fr/FR = French es/ES = Spanish ru/RU = Russian zh/Hans = Chinese pt/BR = Portuguese pl/PL = Polish | yes | en/US
SECURE | Option to prevent cheats. (1: no cheats or 0: cheats allowed) | yes | 1