Docker: Installing & Running
Last updated
Advanced Users Only
Installing and running the Master Node CLI is for advanced users only. If you do not know what you are doing, please follow the GUI: Installing & Running tutorial instead.
Docker Engine ≥ 24.0
Master Node License Key (only necessary if running headless)
Pull the latest Docker image by running the following in your terminal:
docker pull ghcr.io/playa3ull/nodeNow that you have pulled the latest Docker image, run the image by:
docker run ghcr.io/playa3ull/nodeYou will be prompted to login by authenticating your account via the dApp, which upon signing will automatically login the Master Node CLI to your account.
Once authenticated, you will be logged in and connected to the network!
Keep the software logged in and running in order to be eligible for rewards.
If you are running the Mater Node CLI on a machine/environment with interactivity, you can include the -it flag to interact with the built-in menu features.
In headless environments, you can authenticate with your Master Node by using it's associated license key, available via the Account page on the dApp.
The Master Node CLI can be ran with an optional license key argument flag to authenticate the service with the linked Master Node as:
You can pass the license key through to the Master Node CLI via an environment variable when running the application:
Whilst running the Master Node CLI, you may notice flickering occurring. This is due to how the CLI interface is updated to show your uptime, new activity logs, etc.
This is something we will continue to improve, and aim to have completely fixed by the full release of the software.
In the interim, you can customize the refresh rate of the CLI via the TERMINAL_REFRESH_RATE environment variable, which dictates the refresh rate of the CLI in milliseconds.
The above command will refresh the terminal every 30 seconds.
Logs help us find the root cause of the issue you encountered faster, always remember to submit a log file with your reports.
Logs can be found via the container file system at tmp/PLAYA3ULL GAMES/node/logs. Please supply a log file when submitting a report.
Last updated
docker run -it ghcr.io/playa3ull/nodedocker run ghcr.io/playa3ull/node --license=your-license-keydocker run -e LICENSE_KEY=your-license-key ghcr.io/playa3ull/nodedocker run -e TERMINAL_REFRESH_RATE=30000 ghcr.io/playa3ull/node