Files
valheim-docker-server-2/docs/odin.md
Michael cb31cd0675 Separation of concerns for docker files and building (#41)
* Separation of concerns for docker files and building

* Separated out readme context
2021-02-10 18:06:42 -07:00

985 B

Odin

Odin is a CLI tool utilized for installing, starting, and stopping [Valheim] servers

Gotchas

  • Odin relies on Rust. Please install Rust
  • Odin also assumes that you have SteamCMD already installed. Install instructions for SteamCMD.
  • If you have the proper build tools installed you should be able to run Odin on any system.
  • Current Supported Architecture: Unix & Linux based systems.

Installation

Make sure you have build essentials installed before you install this crate

cargo install --git https://github.com/mbround18/valheim-docker.git --branch main

Usage

Main Menu

Install Valheim

odin install

Install Menu

Start Valheim

odin start

Start Menu

Stop Valheim

odin stop

Install Menu