Every hub server comes bundled with an admin dashboard hosted at the /dashboard route.
/dashboard
When you visit, it will ask you for an API key.
You can get one by querying your hub database:
INSERT INTO hub.api_key DEFAULT VALUES RETURNING key;