Post
Enshrouded Windows Server Setup Guide: Creating a 24/7 Private Server
This video provides a detailed guide on how to set up a 24-hour dedicated Enshrouded server using a Windows PC. It covers the entire process, from router port forwarding and Windows Firewall configuration to installing the server engine and configuring the environment using Steam CMD, and finally, conducting a connection test.
⚠️ The server will not run if you set the password to blank.
1. 🌐 Router Port Forwarding Configuration: Based on IP Time Router
- ✅ Explains how to configure port forwarding based on IP Time routers.
- ✅ Users of other router brands are advised to refer to their manuals or related videos.
- ✅ Navigate to port forwarding settings in NAT/Routing Management and add a rule.
- ⚠️ The rule name can be set arbitrarily, and the protocol should be changed to UDP.
- ✅ Enter 15637 for both the external and internal ports.
- ✅ For the internal IP address, enter the internal IP address of the PC you will use as the server.
| 설정 항목 | 설정 값 |
|---|---|
| 규칙 이름 | 임의 설정 |
| 프로토콜 | UDP |
| 외부 포트 | 15637 |
| 내부 포트 | 15637 |
| 내부 IP 주소 | 서버 PC의 내부 IP 주소 |
00:28 - 02:28
1. 🌐 Router Port Forwarding Configuration: Based on IP Time Router
- ✅ Explains how to configure port forwarding based on IP Time routers.
- ✅ Users of other router brands are advised to refer to their manuals or related videos.
- ✅ Navigate to port forwarding settings in NAT/Routing Management and add a rule.
- ⚠️ The rule name can be set arbitrarily, and the protocol should be changed to UDP.
- ✅ Enter 15637 for both the external and internal ports.
- ✅ For the internal IP address, enter the internal IP address of the PC you will use as the server.
| 설정 항목 | 설정 값 |
|---|---|
| 규칙 이름 | 임의 설정 |
| 프로토콜 | UDP |
| 외부 포트 | 15637 |
| 내부 포트 | 15637 |
| 내부 IP 주소 | 서버 PC의 내부 IP 주소 |
02:29 - 03:26
2. 🛡️ Opening Windows Firewall: Allowing Enshrouded Server
- ✅ Run Windows Terminal in administrator mode.
- ✅ Copy the following command, paste it into the terminal, and execute it.
netsh advfirewall firewall add rule name="Enshrouded" dir=in action=allow protocol=UDP localport=15637✅ The command adds an inbound rule for Enshrouded, allowing UDP port 15637.
03:27 - 07:28
3. ⚙️ Installing Game Server Engine Using Steam CMD
- ✅ Download and extract Steam CMD.
- ✅ You can change the Steam CMD folder name, but it must be in English.
- ✅ It is recommended to move the Steam CMD folder to the top-level directory of the C drive.
- ✅ Create an
업데이트.batfile inside the Steam CMD folder and enter the following content.
@echo off
start steamcmd +login anonymous +app_update 2278520 validate +quit- ✅ Run the
업데이트.batfile to install Steam CMD and download the game engine. - ⚠️ If an error occurs during the game engine installation, run the
업데이트.batfile again. - ✅ After confirming the installation complete message (Fully Installed), press any key to exit.
07:29 - 10:06
4. 🛠️ Starting and Configuring the Server Engine (Editing JSON File)
- ✅ Find the
EnshroudedServer.exefile in the game directory (SteamApps\common\Enshrouded) and create a shortcut. - ✅ Run the
EnshroudedServer.exefile once to create theEnshroudedServer.jsonfile. - ✅ Open the
EnshroudedServer.jsonfile to set the server name and password.
| 설정 항목 | 설정 값 |
|---|---|
| 서버 이름 | 원하는 서버 이름 |
| 비밀번호 (Guest 항목) | 접속에 사용할 비밀번호 (반드시 설정) |
⚠️ The server will not run if you set the password to blank.
10:07 - 12:35
5. 🎮 Final Connection Test and Precautions
- ✅ Run the server by clicking the
EnshroudedServer.exeshortcut icon. - ⚠️ To run the server 24/7, you must keep the terminal window open.
- ✅ Run the game client and connect to the server.
- ✅ There are two ways to connect to the server.
- Find the server by filtering the server name in the dedicated server menu.
- Enter the public IP address directly via IPv4 domain search.
- ✅ Enter the server password and connect to the server.
