2025-12-16 10:20:31 -07:00
|
|
|
# Valheim
|
|
|
|
|
|
|
|
|
|
> Create and start a headless Valheim server.
|
|
|
|
|
> Note: Configure the server by editing a copy of the `start_server.sh` script.
|
|
|
|
|
> More information: <https://www.valheimgame.com/support/a-guide-to-dedicated-servers/>.
|
|
|
|
|
|
|
|
|
|
- Start the server:
|
|
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
`{{path/to}}/start_server.sh`
|
2025-12-16 10:20:31 -07:00
|
|
|
|
|
|
|
|
- Stop the server gracefully:
|
|
|
|
|
|
|
|
|
|
`<Ctrl c>`
|
|
|
|
|
|
|
|
|
|
- Start the server using the provided Docker script:
|
|
|
|
|
|
|
|
|
|
`{{path/to/docker_start_server.sh}} {{path/to/start_server.sh}}`
|