Soldat 2 is a 2D deathmatch shooter with real guns, ragdoll violence and physics-based movement. Based on classic Soldat with team game modes, ranked multiplayer, bots and built-in customization and level editing. Made by MM - creator of the original.
You can use any available ports, see the examples below:
| Port | Default |
|---|---|
| Server Port | 23000 |
| WebSockets Port (optional) | 23001 |
| WebSocket RCON Port (optional) | 23002 |
| RCON (optional) | 23003 |
| Name | Tag |
|---|---|
| ghcr.io/ptero-eggs/yolks:debian | ghcr.io/ptero-eggs/yolks:debian |
The name of your server (this will show in the master list) Do not include spaces
The amount of players that can join your server at once. Maximum is 12.
WebSockets port (optional). Use 0 to disable.
RCON WebSocket port (optional). Use 0 to disable.
The password for RCON access.
This message is shown to players when they join.
Your Playfab ID will show up in the server logs as 1 YOUR_NAME joined the server [YOUR_PLAYFAB_ID])
If set, players must enter this password to join.
#!/bin/bash
# download & extract server files
wget -O soldat2-linuxserver-release.tar.gz "https://dl.thd.vg/soldat2-linuxserver-release.tar.gz"
tar -zxf soldat2-linuxserver-release.tar.gz
rm soldat2-linuxserver-release.tar.gz
# move content to /mnt/server
mv soldat2-linuxserver-release/* soldat2-linuxserver-release/.* /mnt/server 2>/dev/null || true
rm -r soldat2-linuxserver-release
cd /mnt/server
chmod +x ./soldat2
echo -e "-------------------------------------------------"
echo -e "Installation completed"
echo -e "-------------------------------------------------"| Installation Image | ghcr.io/ptero-eggs/installers:debian | Installation Entrypoint | bash |
|---|