diff --git a/docs/public/images/services/terraria.svg b/docs/public/images/services/terraria.svg
new file mode 100644
index 00000000..2cd5b753
--- /dev/null
+++ b/docs/public/images/services/terraria.svg
@@ -0,0 +1,8 @@
+
+
+
diff --git a/docs/services/terraria-server.md b/docs/services/terraria-server.md
new file mode 100644
index 00000000..003c9b5e
--- /dev/null
+++ b/docs/services/terraria-server.md
@@ -0,0 +1,29 @@
+---
+title: "Terraria-Server"
+description: "Here you can find the documentation for hosting Terraria with Coolify."
+---
+
+
+
+
+## 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