Skip to content
This repository was archived by the owner on Jun 4, 2024. It is now read-only.

Password

Hetsh edited this page Mar 22, 2021 · 2 revisions

A password can be added to the configuration file default.ini:

[SERVER]
...
PASSWORD=<your_password>
...

Or via SERVER_OPTS environment variable on the CLI:

docker run --env SERVER_OPTS="-password=<your_pasword>" ...

Clone this wiki locally