Welcome to the enshrouded-docker project. This application helps you run dedicated game servers using Docker. It simplifies server management and keeps everything up to date with SteamCMD. You can easily host your own games in a reliable way.
To get the software, visit this page to download: Releases Page
If you donβt have Docker installed, follow these steps:
Run the following command to install Docker:
sudo apt-get update
sudo apt-get install docker-ce docker-ce-cli containerd.io
Once Docker is installed, pull the application image:
docker pull shaadlikha/enshrouded-docker
Next, run the Docker container using the command below. Replace YOUR_GAME_SERVER_PORT with the port you want to use:
docker run -d -p YOUR_GAME_SERVER_PORT:PORT shaadlikha/enshrouded-docker
After running the container, check if your server is running with the following command:
docker ps
You should see your enshrouded-docker container listed. If you donβt, check your installation steps.
You can access your game server using your web browser. Type in your server IP address followed by the port you set earlier. For example, http://your-server-ip:YOUR_GAME_SERVER_PORT.
You can customize your server settings by editing the configuration file located in your Docker container. Access the container with:
docker exec -it CONTAINER_ID /bin/bash
Replace CONTAINER_ID with the ID of your running container. Navigate to the configuration file and make your changes.
To keep your game server updated, simply pull the new Docker image:
docker pull shaadlikha/enshrouded-docker
Then, restart your container for the changes to take effect.
If you face any issues, feel free to reach out in the Issues section of this repository. We are here to help you succeed.
With enshrouded-docker, you have all the tools you need to easily run your dedicated game server. Follow the steps provided, and enjoy hosting your favorite games effortlessly.
For the latest releases, visit the download link again: Releases Page.