lloesche / valheim-server-docker

Valheim dedicated gameserver with automatic update, World backup, BepInEx and ValheimPlus mod support
https://hub.docker.com/r/lloesche/valheim-server
Apache License 2.0
1.94k stars 272 forks source link

Unable to load F5 menu #334

Closed mixm1xmix closed 3 years ago

mixm1xmix commented 3 years ago

I have added my steam ID to the admin list (verified it was the correct one from another discussion here), but I cannot seem to get F5 to do anything. I can do so in single player, but not on the dedicated server I am running. I've tried the ADMINLIST_IDS argument as well, no dice. Is SERVER_ARGS needed to pass the -console that is set when running the game from steam? Unsure how to proceed.

Originally posted by @mixm1xmix in https://github.com/lloesche/valheim-server-docker/discussions/331

mixm1xmix commented 3 years ago

any idea where I'd even start to troubleshoot this?

lloesche commented 3 years ago

I started with Google "valheim admin console not working" and the first hit told me what to do image

I'm updating the README with the info.

mixm1xmix commented 3 years ago

The thing is, I am able to use F5 to open the admin console in single player, but not on the server I am hosting using your image. Added my PID to the admin list file, then tried using the flag, but never changes.

Danpiel commented 3 years ago

Same for me, done everything is stated in readmes and still no console available in dedicated server. On local works fine.

lloesche commented 3 years ago

No idea, but it is nothing that the container is doing. I'm running my local vanilla client with -console and no modifications or extra arguments on the server and when connected to the server the console opens normal pressing F5 image

Also adding the ID to adminlist.txt has no effect on whether your client opens a console or not. I can open a console on any server. If your ID isn't added to adminlist.txt you just can't use admin commands like kick and ban. But the console will always open, independent of the server settings.

mixm1xmix commented 3 years ago

Thanks for clarifying. No idea why this is happening, F5 seems to otherwise respond fine across all applications (and indeed single player).

MapleBZH commented 3 years ago

Hi, for information, adding -console in steam launcher (properties) solve the issue for me