SaturnSQL's Static IP Address

Last updated July 29, 2026 · By the SaturnSQL team

All SaturnSQL database traffic comes from

100.49.19.161

IPv4·100.49.19.161/32

Add an inbound rule for 100.49.19.161/32 on your database port (5432 PostgreSQL, 3306 MySQL, 1433 SQL Server, 5439 Redshift, 8443 or 8123 ClickHouse), then hit Test Connectionin SaturnSQL. There is nothing to enable on our side: every connection already uses this address. BigQuery and DynamoDB go through Google's and AWS's APIs, which authenticate by credentials, so they need no rule.

  • AWS RDS / EC2: security group inbound rule, source 100.49.19.161/32.
  • Azure: Networking → Firewall rules → 100.49.19.161 as both start and end IP.
  • Google Cloud SQL: Connections → Authorized networks → 100.49.19.161/32.
  • Self-hosted: sudo ufw allow from 100.49.19.161 to any port 5432 proto tcp.

Two things to know

Every SaturnSQL account uses this same address. The rule says "SaturnSQL may reach this database", not "only my account may", so keep strong credentials and a read-only database user in place too.

Certificates follow each connection's own SSL settings. They are checked against your real hostname exactly as on a direct connection. If you have ticked Allow expired or mismatched certificates, they are not checked, and the static IP does not change that: it controls who can reach your database, not who your database is talking to.