Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 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 (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-23T09:14:23.000Z (over 2 years ago)
- Last Synced: 2024-04-15T01:10:36.913Z (9 months ago)
- Topics: docker, valheim, web
- Language: JavaScript
- Homepage:
- Size: 546 KB
- Stars: 21
- Watchers: 3
- 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)###
![Screenshot](/screenshot.png "Screenshot")
### 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