Dedicated server for Unreal Tournament 2004
50K+
A dedicated Unreal Tournament 2004 server
This sample starts a CTF match and enables the web interface at http://localhost/ with admin password password1234
docker pull reflectivecode/ut2004
docker run -d \
--name ut2004 \
-p 80:80 \
-p 7777:7777/udp \
-p 7778:7778/udp \
-e "CONFIG_1=[Engine.AccessControl];AdminPassword=password123;[UWeb.WebServer];bEnabled=True" \
-e "UT2004_CMD=CTF-FACECLASSIC?game=XGame.xCTFGame" \
reflectivecode/ut2004
Content type
Image
Digest
Size
972.2 MB
Last updated
over 8 years ago
docker pull reflectivecode/ut2004