Public Entry Points and Domains

Stable

Which public addresses SPG99 uses in production and preview, and which domains users should connect to.

Updated: March 5, 2026

In the user scenario, it is enough to know the public entry points of the main managed environment spg99.ru.

Main production addresses

  • https://spg99.ru — website and landing;
  • https://console.spg99.ru — the user Console;
  • https://provisioner.spg99.ru — the external Control Plane API address;
  • pg.spg99.ru:5432 — the PostgreSQL entry point through Gateway;
  • https://grafana.spg99.ru — observability, if access is provided in your environment.

What is important to understand

  • the name provisioner.spg99.ru is historical; from the user’s point of view, this is the external Control Plane API address;
  • for applications, the main address is always Gateway;
  • users do not need to connect to internal worker addresses, Pageserver, or Safekeeper.

If you have a separate test environment

In that case, use the addresses provided specifically to your team in Console, the invitation email, or the CP_URL variable. In the user documentation below, the default assumption is the main production environment.

Practical conclusion

For applications and psql, always use the host from the DSN. This keeps connectivity stable even when internal compute goes to sleep, wakes up again, or changes workers.