Wargame: Red Dragon

Wargame: Red Dragon

 This topic has been pinned, so it's probably important
L'@nge DOBIIII  [developer] Mar 8, 2021 @ 2:38am
Run your own dedicated server using Docker (beta) !
We are pleased to announce that we have published a docker image for the dedicated servers.

What would be required from you:
- the server must have a fixed IPv4 visible from the outside.
- Docker must have been installed on the server : https://docs.docker.com/engine/install/
- You must have some knowledge about server administration and docker to understand all the steps.

You can download the dedicated server and see the docs following this URL : https://hub.docker.com/r/eugensystems/wargame3

Please tell us if you have any issue while installing/starting it.

Have fun !
< >
Showing 1-15 of 22 comments
Enigmatic Mar 8, 2021 @ 3:02pm 
Damn Copy pasta servers. That is sweet :)
Bashar Al Assad (Banned) Mar 9, 2021 @ 5:15am 
Can you give me some help on how to find the victory result at the end of each game?
I see this line in the log:

TWriteGameResultInDatabase::VirtualOnOperationTerminated() -> result: 0

although the result is always 0.
Is there a method I can call to extract it?
L'@nge DOBIIII  [developer] Mar 11, 2021 @ 2:50am 
I don't think that you can retrieve this information from the server (and from the server logs).
Bashar Al Assad (Banned) Mar 11, 2021 @ 8:08am 
Does the server only gets player information from the couchDB server or it also sends player/lobby information?
SongManuTz Mar 27, 2021 @ 12:52am 
whan will server support AI ?
James Bondage (Banned) Mar 29, 2021 @ 3:01am 
Can we look for CVEs on the images?
Stizzy Apr 6, 2021 @ 3:19am 
I'm having the same issue i have the files set up right but I can not see the server in game
Richard112233 Apr 8, 2021 @ 11:46am 
I have been renting 2 wargame servers from Nitrado.net for many years and played around 6700 multiplayer games. I am not an IT expert so I can not install a dedicated server myself. Unfortunately the 2 wargame servers from Nitrado are not working anymore and Nitrado told me that they will discontinue to offer wargame servers as they are not able to solve the technical problems. They would neep help from Eugen to solve the technical problems. Is there anything you can do to help? I haven't seen any other company offering Wargame servers for rent.
YSnail66 Apr 9, 2021 @ 2:40am 
Originally posted by Richard112233:
I have been renting 2 wargame servers from Nitrado.net for many years and played around 6700 multiplayer games. I am not an IT expert so I can not install a dedicated server myself. Unfortunately the 2 wargame servers from Nitrado are not working anymore and Nitrado told me that they will discontinue to offer wargame servers as they are not able to solve the technical problems. They would neep help from Eugen to solve the technical problems. Is there anything you can do to help? I haven't seen any other company offering Wargame servers for rent.
I'm here, too Nitrado.net The platform rented two servers, and I also received the notification. Last week, I had a full refund, but I rented a high configuration VPS cloud server again, and asked a friend to use the tutorial to build it, and it has been successfully built and run "10v10 55k server". I also forwarded the relevant information to nitrado. Their customer service staff replied to me and forwarded my feedback to their developers. They said they would reply to me, but they didn't know when to reply.
Oblivium Jun 16, 2021 @ 5:06am 
Interesting.
DBNLM Jul 17, 2021 @ 9:34am 
I hope developers can fix the following bugs
Wheel glint of VAB armored vehicle
Errors of OT tab-71 armored vehicle driving on water
PT-90 consumption too high
EPBV investigation vehicle weapon error
High accuracy of kutei submachine gun
F-22 Oct 13, 2021 @ 2:18pm 
Hello, for me as of the time of writing this post your docker hub is returning only 404 errors, Servers hosted on docker server still seems to be fine. Just wanted to let you guys know, I know there were some server issues earlier today.

*It's back up, edit after 4 hours.
Last edited by F-22; Oct 13, 2021 @ 6:33pm
Mati Oct 15, 2021 @ 9:51am 
Dont working for me, server is not listen in game. Checked on two servers
YSnail66 Nov 11, 2022 @ 2:26am 
Originally posted by FASE:
Originally posted by YSnail66:


docker run -d --net host --name war3-server -e EXPOSEDIP -e EXPOSEDPORT --mount type=bind,src=$(pwd)/settings,target=/server/settings eugensystems/wargame3


I tried the command above and like I said earlier, the server actually runs but I can't seem to find it in game not can I access RCon which is also configured by adding the username and password in the end of the command above. Anyway, I have given up on docker and i'll probably host the server on a VPS soon.

docker stop war3-server
docker rm war3-server
export EXPOSEDIP=xx.xx.xx.xx
export EXPOSEDPORT=xxxx1
docker run -d --net host --name war3-server -e EXPOSEDIP -e EXPOSEDPORT --mount type=bind,src=$(pwd)/settings,target=/server/settings -p $EXPOSEDPORT:$EXPOSEDPORT/udp -p $EXPOSEDPORT:$EXPOSEDPORT eugensystems/wargame3 +rcon_password xxxxxxxxx +rcon_port xxxx2
YSnail66 Nov 22, 2022 @ 4:19am 
Originally posted by FASE:
Originally posted by YSnail66:

docker stop war3-server
docker rm war3-server
export EXPOSEDIP=xx.xx.xx.xx
export EXPOSEDPORT=xxxx1
docker run -d --net host --name war3-server -e EXPOSEDIP -e EXPOSEDPORT --mount type=bind,src=$(pwd)/settings,target=/server/settings -p $EXPOSEDPORT:$EXPOSEDPORT/udp -p $EXPOSEDPORT:$EXPOSEDPORT eugensystems/wargame3 +rcon_password xxxxxxxxx +rcon_port xxxx2


Thanks for the reply, I might try this again later. Can you explain further regarding the port selections? Will the selected ports below work?

docker run -d --name war3-server -e EXPOSEDIP=1.2.3.4 -e EXPOSEDPORT=37373 --mount type=bind,src=$(pwd)/settings,target=/server/settings -p 37373:37373/udp -p 37373:37373 eugensystems/wargame3 +rcon_password pass1234 +rcon_port 3737
Don't reuse the rcon and server port,
Please use the following reference
For example: rcon port 20221 Server port 20222
< >
Showing 1-15 of 22 comments
Per page: 1530 50