Skip to content

Accessing Atlas

Atlas is served at https://atlas.mavr.finance (production) or http://localhost:3020 (local Docker stack). Your administrator will provide the correct URL for your environment.

Open Atlas in any modern browser. You will be presented with the login page.

Enter your username and password issued by your system administrator, then click Sign In. Credentials are validated against the platform’s identity registry; all tokens are JWT-based and short-lived. The session auto-refreshes in the background — you will not be logged out mid-session under normal network conditions.

If you see “Invalid credentials”, verify your username and password with your administrator. If you see “Service unavailable”, the pks-bff backend may be restarting; wait 30 seconds and try again.

Your account has one of four permission tiers, which control what you can see and do:

TierNameCapabilities
1MonitorRead-only: positions, blotter, reports
2TraderMonitor + trade booking, trade pad access
3PowerTrader + trade amend/cancel, cash operations, reconciliation
4AdminFull access including user management, RBAC, and report locking

Your tier is shown in the top-right user menu.

The status bar at the bottom of the application shows the real-time connection state:

  • Connected (green dot) — WebSocket feed is live; data is streaming.
  • Reconnecting (amber) — brief interruption; the client is reconnecting automatically.
  • Disconnected (red) — connection lost for more than a few seconds. Data may be stale. Check your network connection. Atlas will reconnect automatically when connectivity is restored.

The indicator also shows the last message sequence number and server timestamp so you can verify data freshness.