PSA (BREAKING)

Nodes now identify themselves with an UUID that is generated once when joining the network for the first time. You will need to remove old offline nodes so these don't appear on the network page and launch the same nodes again with a new invite link.

(You can remove a node by clicking the "+" symbol, click remove button and confirm the remove action (you must be login as admin))

Zero Monitor

Hooray! If you're seeing this page it means master (0.0.0-83d831bb646528962855a8f72e2ac001f14f0e03) is up and running.

Start by generating a temporary invite link to connect one or more nodes (dashboard). Then, copy the following code-snippet and paste in the server to monitor shell:

Linux/macOS

bash <(wget -qO- https://raw.githubusercontent.com/guackamolly/zero-monitor/refs/heads/master/.github/get-node)

Windows

curl -s -o %TEMP%\get-node.bat https://raw.githubusercontent.com/guackamolly/zero-monitor/refs/heads/master/.github/get-node.bat
"%TEMP%\get-node.bat"