Skip to content
/ valheim Public

Config. for my Valheim dedicated game server.

Notifications You must be signed in to change notification settings

haggen/valheim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Valheim

Valheim dedicated server with Valheim Plus running on Docker.

Usage

  1. Clone the repository.
  2. Create .env from example.env and change values.
  3. Optionally, import world files and update config. See Recipes below.
  4. Run docker compose up.

⚠️ Just remember that world files must match the world name.

Recipes

Update server config

Update values at .env and restart the server.

docker compose restart

Importing world files

Copy your world files into ./data/worlds before starting the server. New worlds are automatically created.

Update admin, banned or permitted lists

Update any of the txt files at ./data and restart the server.

docker compose restart

Update Valheim Plus config

Update ./config/valheim_plus.cfg and restart your server. Check out full documentation.

docker compose restart

Update game to latest version

Simply rebuild image. It'll always install the latest version.

docker compose build

Update Valheim Plus

Change VALHEIM_PLUS_VERSION variable in Dockerfile and rebuild image.

docker compose build

Backups

Simply backup ./data and ./config directories.

References

Legal

Apache-2.0 © 2022 Arthur Corenzan

This project is not created by, affiliated with or sponsored by Iron Gate Studio. Valheim and the Valheim logo are intellectual properties of Iron Gate Studio. All rights are reserved worldwide.

About

Config. for my Valheim dedicated game server.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published