Skip to content

Valheim dedicated server in Docker, optimized for LAN-party environments

License

Notifications You must be signed in to change notification settings

LacledesLAN/gamesvr-valheim

Repository files navigation

Valheim Dedicated Server in Docker

Valheim is an open-world survival video game, that takes place in a world where slain Vikings go to prove themselves fit for the halls of Valhalla. As one such, the player begins with nothing and soon discovers that to reach the Norse afterlife, they must defeat the evils that stalk Valheim. Led only by their instincts and occasional hints from a raven, the player must prepare to fight the sworn enemies of Odin himself.

Valheim Logo

About The Server

This repository is maintained by Laclede's LAN. This image has been optimized for LAN party events where internet access can be limited, oversaturated and/or unreliable. This image is not recommended for use as an "always on" server, as it has configurations that can only be set at build time and lacks common maintenance tooling (such as the ability to self-update).

If any documentation is unclear or it has any issues please see CONTRIBUTING.md.

Linux

Download

docker pull lacledeslan/gamesvr-valheim;

Run Interactive Server

docker run -it --rm -p 2456-2457:2456-2457/udp -v /app/.config/unity3d/IronGate/Valheim --cap-add=sys_nice lacledeslan/gamesvr-valheim /app/valheim_server.x86_64 -name "My Valheim" -nographics -batchmode -password "PASSWORD" -port 2456 -world "Dedicated" -public 0

Getting Started with Game Servers in Docker

Docker is an open-source project that bundles applications into lightweight, portable, self-sufficient containers. For a crash course on running Dockerized game servers check out Using Docker for Game Servers. For tips, tricks, and recommended tools for working with Laclede's LAN Dockerized game server repos see the guide for Working with our Game Server Repos. You can also browse all of our other Dockerized game servers: Laclede's LAN Game Servers Directory.

About

Valheim dedicated server in Docker, optimized for LAN-party environments

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks