Skip to content

How to Use the Governance Dashboard

Terminal window
ckb-firewall gui

Opens the governance dashboard at http://ckb-firewall.localhost (port 80) or falls back to http://ckb-firewall.localhost:7979 if port 80 is unavailable.

The governance dashboard showing registry entries, treasury pool, and proposal list

Terminal window
ckb-firewall gui --port 8080
Terminal window
ckb-firewall gui --no-open

To get the portless URL without sudo:

Terminal window
sudo setcap cap_net_bind_service+eip $(which node)

Press Ctrl+C to stop the server.