Skip to content

uav-gaming/boxes

Repository files navigation

UAV Gaming

Build Deploy

Connecting to the Server

Download Tailscale, sign in with your favorite method, then accept the invite on Discord.

Minecraft

Operations

Run mcrcon on the server to use the server console.

Making Changes

The servers run NixOS and are deployed with Colmena.

Install Nix, then run nix-shell to enter the shell environment with all dependencies.

Local VM

To start the server locally in a VM, run ./launch-vm.sh. You can then point your Minecraft client at localhost. To access the server console, log in as root with no password then run mcrcon.

The first start can take a while. Use journalctl -fu minecraft-server to watch the progress.

Colmena

To build the production nodes locally, you need git-crypt and the key to decrypt the credentials stored in the repo:

git crypt unlock <key file you received>
nix develop
colmena build

Releases

No releases published

Packages

No packages published