This repository serves as a guide for anyone looking to host their own Enshrouded server. It may link to other projects, repos, guides, etc.
If you'd like to rent a server from a provider, we are also maintaining a list of those here.
This contains server specs, FAQ, installation instructions, and beyond...
https://enshrouded.zendesk.com/hc/en-us/sections/16050842957085-Multiplayer-and-Server-Hosting
The SteamCMD tool is a complex tool that is provided by Steam for the purpose of installing game servers through more scripted methods. There are both windows and linux versions of the SteamCMD tool, and it is beyond the scope of this FAQ to provide assistance on all of the features of this command.
That said, when executed, it will download all of the game files to the folder specified:
In general, the command works like this:
steamcmd +force_install_dir <PATH TO INSTALL FOLDER> +login anonymous +app_update 2278520 validate +quit
This will install the game server. From there, you might need to install VC2022 Redistributable (depending on your environment).
Last but not least Configure the Server Configuration File following the guide.
To start the server, simply run enshrouded_server.exe
or if running on Linux wine64 ./enshrouded_server.exe
There are no command line arguments.
Dedicated Server Running Verification
The Server is running when you see HostOnline (Up!)
message.
Docker is a set of platform as a service products that use OS-level virtualization to deliver software in packages called containers. The service has both free and premium tiers. The software that hosts the containers is called Docker Engine
Pterodactyl® is a free, open-source game server management panel built with PHP, React, and Go. Designed with security in mind, Pterodactyl runs all game servers in isolated Docker containers while exposing a beautiful and intuitive UI to end users.
WindowsGSM is a powerful tool to manage game servers. Equipped with a GUI for server admins to install, import, start, stop, restart, update, and automate multiple servers with a push of a button.
GSA is a hosted (SaaS) auto-pilot for game servers that has automation, monetization, collaboration and admin tools baked in. Supports Enshrouded natively on Windows Docker containers, for optimal performance & security.
AMP (Application Management Panel) is a simple to use, self-hosted web control panel for game servers that runs on both Windows and Linux systems with a focus on ease of use through its intuitive user interface and simple setup process.
- The plugin has been merged into the main repo... Users just have to Fetch Latest under Instance Deployment, and Enshrouded will appear in the dropdown when they go to create an instance.
- Spaik's Server Manager
- TBD (In-Development)
The script present here is an automated script to install the server,components and create a service so it can be managed more easier. Make it executable with
chmod +x InstallServer.sh
and run it.
Script tested on Ubuntu 22.04 (not sure that will work on older versions and alternatives distros)