valheim-server-docker icon indicating copy to clipboard operation
valheim-server-docker copied to clipboard

Valheim dedicated gameserver with automatic update, World backup, BepInEx and ValheimPlus mod support

Results 100 valheim-server-docker issues
Sort by recently updated
recently updated
newest added

It'd be helpful to see the folder structure change so that pre-load plugins folders aren't read twice by some mods accessing the /config/bepinex folder to read their configurations. Right now,...

Hiya - was playing fine but now moved to new server so re-installing from scratch, i.e. clean config & data directories docker-compose.yml: ```yaml version: "3" services: valheim: image: ghcr.io/lloesche/valheim-server container_name:...

question

BepinEx seemingly is still 0.5.4.21 and causes other plugins to not work for example DiscordConnector 2.1.12 does load but no messages are sent and no errors caught. Possible related to...

The symbolic link that the game uses for runtime to link back to the config folder is catching the plugins folder and yml files that were already loaded once, I'm...

Apologies following patch day today, Bepinex is not updating to the latest 5.4.21 and is stuck on 5.4.19.

From reading the valheim plus discord it appears that the official Valheim+ mod may be broken for some time due to irl circumstances for the owning dev. This fork is...

enhancement

See here: https://github.com/Valheim-Modding/Jotunn/issues/392 I've seen that bepinex was updsted, but not the corresponding config file.

I'm using docker compose. I can't understand why it's not working. I tried everything. The log, directly from terminal: ``` C:\Users\myuser\valheim-server>docker volume create valheim-config valheim-config C:\Users\myuser\valheim-server>docker volume create valheim-data valheim-data...

question

Not an issue, but an important info for your readme: LAN Play is only possible with crossplay disabled. With crossplay enabled, you don't need port forwarding in your router.

enhancement

There are quite some mods that started to use "patchers" in BepInEx, instead of using "plugins" folder for some logic that is rather patching than actually being a plugin. It...

enhancement