Sign inSign up

bobbydigital420/shogo-dedicated-server

By bobbydigital420

Updated 10 days ago

Shogo: Mobile Armor Division Dedicated Server (amd64/arm64)

Image
0

813

bobbydigital420/shogo-dedicated-server repository overview

Shogo: Mobile Armor Division Dedicated Server (Docker / Unraid)

A modernized, lightweight, web-accessible Docker container for hosting 1998 classic Shogo: Mobile Armor Division multiplayer matches via Wine, Xvfb, and noVNC.

Quick Start (Initial Configuration)
  1. Deploy the container and map your local Shogo game folder to /shogo/game.
  2. Open your web browser and navigate to http://YOUR_SERVER_IP:8080/vnc.html.
  3. Click Connect to access the visual server panel.
  4. Step through the Shogo Server Wizard to choose your networking mode (TCP/IP), server name, and map rotation.
Automating the Server (Bypass the Wizard Menu)

Once you have configured your server settings for the first time, you can automate the boot process so the server starts hosting instantly on startup without requiring manual VNC clicks. You must hit shutdown in the VNC gui to make sure these settings are saved and then restart the container.

  • Unraid Users: Edit the container template and set the SERVER_ARGS environment variable to -go.
  • Docker CLI Users: Can pass the argument directly at the end of your run command or use the SERVER_ARGS environment variable.

Any additional arguments can also be appended to end of your docker run command or this environment variable.

Example

  docker run -d \
  --name shogoserver \
  -p 1234:1234/tcp \
  -p 1234:1234/udp \
  -p 8080:8080/tcp \
  -v /absolute/path/to/your/ShogoFolder:/shogo/game \
  -e SERVER_ARGS="-go" \
  bobbydigital420/shogo-dedicated-server:latest

Tag summary

Content type

Image

Digest

sha256:569dcda16

Size

466.3 MB

Last updated

10 days ago

docker pull bobbydigital420/shogo-dedicated-server