Shaadlikha

πŸš€ enshrouded-docker - Run Your Game Server Easily

Download enshrouded-docker

πŸ“‹ Introduction

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.

πŸ› οΈ Features

πŸ–₯️ System Requirements

πŸš€ Getting Started

Download & Install

To get the software, visit this page to download: Releases Page

  1. Go to the Releases Page.
  2. Find the latest release and download the appropriate file for your system.
  3. Follow the instructions below to install the server.

πŸ§‘β€πŸ’» Installation Steps

Step 1: Install Docker

If you don’t have Docker installed, follow these steps:

  1. Open your terminal.
  2. Run the following command to install Docker:

    sudo apt-get update
    sudo apt-get install docker-ce docker-ce-cli containerd.io
    

Step 2: Pull the enshrouded-docker Image

Once Docker is installed, pull the application image:

docker pull shaadlikha/enshrouded-docker

Step 3: Run the Container

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

Step 4: Check Server Status

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.

🌐 Accessing Your Server

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.

πŸ“œ Configuration

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.

✨ Updating Your Server

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.

πŸ“ž Support

If you face any issues, feel free to reach out in the Issues section of this repository. We are here to help you succeed.

πŸŽ‰ Conclusion

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.