https://github.com/fakundo/valheim-server
Valheim dedicated server with a Web interface exposed in the Docker image
https://github.com/fakundo/valheim-server
docker valheim web
Last synced: 10 months ago
JSON representation
Valheim dedicated server with a Web interface exposed in the Docker image
- Host: GitHub
- URL: https://github.com/fakundo/valheim-server
- Owner: fakundo
- License: mit
- Created: 2021-03-18T12:42:33.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-06-23T09:14:23.000Z (almost 4 years ago)
- Last Synced: 2025-04-07T19:51:29.779Z (about 1 year ago)
- Topics: docker, valheim, web
- Language: JavaScript
- Homepage:
- Size: 546 KB
- Stars: 22
- Watchers: 2
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Valheim Dedicated Server
An easy-to-install Valheim dedicated server with a Web interface exposed in the Docker image.
### Features
- game process output
- performance monitor
- worlds management (upload, download, delete)
- users management (admins, banned, permitted)
###

### Installation
Create a file `docker-compose.yml` with the content below in some directory and run `docker-compose up -d` in that directory.
```yaml
version: "3"
services:
valheim:
image: fakundo/valheim-server:latest
ports:
- 8000:8000/tcp
- 2456:2456/udp
- 2457:2457/udp
- 2458:2458/udp
environment:
- DASHBOARD_PASSWORD=secret
volumes:
- ./valheim:/root/valheim
```
### License
MIT