Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wilfred-dev/wilfred
🐿️ A CLI for managing game servers using Docker.
https://github.com/wilfred-dev/wilfred
cli docker game-server game-servers linux minecraft python wilfred
Last synced: 1 day ago
JSON representation
🐿️ A CLI for managing game servers using Docker.
- Host: GitHub
- URL: https://github.com/wilfred-dev/wilfred
- Owner: wilfred-dev
- License: mit
- Created: 2020-01-01T10:51:11.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-01-06T16:28:30.000Z (10 months ago)
- Last Synced: 2024-08-04T03:05:35.794Z (3 months ago)
- Topics: cli, docker, game-server, game-servers, linux, minecraft, python, wilfred
- Language: Python
- Homepage: https://wilfredproject.org
- Size: 1.97 MB
- Stars: 36
- Watchers: 3
- Forks: 2
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-lanparty-software - Wilfred - line interface for running and managing game servers locally. It uses Docker to run game servers in containers, which means they are completely separated. Wilfred can run any game that can run in Docker." (Software / Gameserver Management)
README
# Wilfred
[![.github/workflows/check.yml](https://github.com/wilfred-dev/wilfred/actions/workflows/check.yml/badge.svg)](https://github.com/wilfred-dev/wilfred/actions/workflows/check.yml)
[![Python Versions](https://img.shields.io/pypi/pyversions/wilfred)](https://pypi.org/project/wilfred)
[![pypi](https://img.shields.io/pypi/v/wilfred)](https://pypi.org/project/wilfred)
[![Language grade: Python](https://img.shields.io/lgtm/grade/python/g/wilfred-dev/wilfred.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/wilfred-dev/wilfred/context:python)
[![Total alerts](https://img.shields.io/lgtm/alerts/g/wilfred-dev/wilfred.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/wilfred-dev/wilfred/alerts/)
[![Downloads](https://pepy.tech/badge/wilfred)](https://pepy.tech/project/wilfred)
[![Discord](https://img.shields.io/discord/666366973072113698?label=&logo=discord&logoColor=ffffff&color=7389D8&labelColor=6A7EC2)](https://wilfredproject.org/discord)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)Wilfred is a command-line interface for running and managing game servers locally. It uses Docker to run game servers in containers, which means they are completely separated. Wilfred can run any game that can run in Docker.
⚠️ Wilfred is currently under development and should not be considered stable. Features may break or may not be implemented yet. Use with caution.
## Documentation
The official documentation is available [here](https://docs.wilfredproject.org/en/latest/). For support, use our [Discord Chat](https://wilfredproject.org/discord). For bugs, you can open an issue [here](https://github.com/wilfred-dev/wilfred/issues).
## Supported games
As long as your server can run in Docker, it can probably run using Wilfred (after some tinkering). These are the games supported by default. You can submit new games to [wilfred-dev/images](https://github.com/wilfred-dev/images).
- Minecraft
- Vanilla Minecraft
- BungeeCord
- Paper
- Spigot
- SpongeVanilla
- Waterfall
- Bedrock
- Mindustry
- Multi Theft Auto
- Voice Servers
- TeamSpeak 3
- Mumble## Installation
Please refer to the [official documentation](https://docs.wilfredproject.org/en/latest/#installation) for further installation instructions and documentation.
### Quickstart
Make sure you have Docker installed (see the official documentation for more info). The recommended way of installing Wilfred is via [Homebrew](https://brew.sh). Once brew is installed, Wilfred can easily be installed from the official tap.
```bash
brew tap wilfred-dev/wilfred
brew install wilfred
```Want the bleeding edge? You can install the latest commit using `--HEAD` (bugs are to be expected, don't use in production environments!).
```bash
brew tap wilfred-dev/wilfred
brew install --HEAD wilfred
```Wilfred can also be installed using `pip`. You need to use **Python 3.8** or newer to run Wilfred.
```bash
pip install wilfred --upgrade
```Once you got Wilfred installed, run `wilfred setup` to set a path for Wilfred to use to store server files.
![Creating a server in Wilfred](https://raw.githubusercontent.com/wilfred-dev/wilfred/master/docs/quickstart.gif)
To create your first server, use `wilfred create`. Most values have a default value, where you can just press return to use them.
Wilfred will ask you which "image" to use. An image is a set of configuration files that defines a specific game within Wilfred. These images are not to be confused with Docker images, Wilfred images sort of wrap around the Docker images. A couple of games are already built into Wilfred, but you can also create your own.
Then, Wilfred will ask you to set any environment variables (if available for that image). The environment variables differ from game to game and most of them have a default value.
Once the server is created, you can use `wilfred servers` to list available servers. To start it, use `wilfred start `. To attach to the server console, you can use `wilfred console `. If you want to start the server and attach to the server console in a single command, you can use `wilfred start --console` (it will start the server and then immediately attach to the server console).
## Helping
The best places to contribute are through the issue tracker and the official Discord server. For code contributions, pull requests and patches are always welcome!
## Contributors ✨
Created, written, and maintained by [Vilhelm Prytz](https://github.com/vilhelmprytz).
Copyright (C) 2020-2022, Vilhelm Prytz,