[Solution] Unable to log on to the game server #58
Closed
ShanQincheng
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey there.
I deployed Valhalla on my Raspberry Pi 4B with Docker, so it becomes a remote server to my PC. Everything goes well except I can't login in to Game Server after I double click my character on Select A Character game page. It took me fews hours to find the solution, I'm afraid someone would meet the same problem just like me, that's the reason for writing it down.
Solution:
$ cd rootPathOfValhalla
$ vim docker/docker_config_channel_*.toml
change the config ClientConnectionAddress = "" from 127.0.0.1 to Your Server's Wan IP
$ vim config_channel_*.toml
change the config ClientConnectionAddress = "" from 127.0.0.1 to Your Server's Wan IP
$ sudo docker compose up --force-recreate //force recreate containers
Beta Was this translation helpful? Give feedback.
All reactions