Video coming soon…

🎮 Setup an Enshrouded Dedicated Server

Deploy a dedicated Enshrouded game server on Ubuntu — an always-online survival world your friends join directly from the game client, with automatic updates and a persistent save.

⚠️ This script is provided for demo and testing purposes only. Not intended for production use.

📦 Resources & Setup Scripts

Grab the automated bash script from GitHub to follow along with the video.

Automated install script — one command deploys an Enshrouded dedicated server on UDP ports 15636-15637 with a persistent world save.
View on GitHub

Quick Install:

wget https://raw.githubusercontent.com/mhmdali94/Docker/main/gaming/enshrouded/enshrouded-ubuntu.sh
chmod +x enshrouded-ubuntu.sh
sudo bash enshrouded-ubuntu.sh

Tutorial Steps

1 Download the Script

wget https://raw.githubusercontent.com/mhmdali94/Docker/main/gaming/enshrouded/enshrouded-ubuntu.sh

2 Make it Executable

chmod +x enshrouded-ubuntu.sh

3 Run the Installer

The script installs Docker if needed, pulls the mornedhels/enshrouded-server image, and starts it on UDP ports 15636 and 15637. It sets a server name and generates a random 12-character server password, both printed at the end.

sudo bash enshrouded-ubuntu.sh

4 Join from the Game Client

Enshrouded has no web interface. Launch the game, choose Play → Join Server, and enter your server's IP, port 15636, and the generated password:

Server: <your-server-ip>   Port: 15636   Password: <generated>

Ports Used

PortPurpose
15636/udpGame traffic
15637/udpQuery port

Overview

Why Use It

When You Need It

    Who Should Use It

      Real Use Cases

        Main Features

          How to Use After Installation

            Security Best Practices

              Ports and Firewall Notes

              Backup and Maintenance

                Common Mistakes

                  Troubleshooting

                    Alternatives

                    When Not to Use It

                    PrismaTechWork Professional Help

                      Contact Us

                      Frequently Asked Questions