How to whitelist an IP address

Permanently trust a known-good IP address (office, monitoring, integrations) on your TurboStack host so it is never rate-limited or blocked.

Add an IP address to the allow-list to trust it permanently. Trusted clients bypass rate-limiting and blocking, and are never caught by the automatic protection that blocks repeated failed logins. Use it for addresses you control - your office, a monitoring service, or a partner integration.

For lasting trust, add the address to the host configuration so it stays across deployments:

  1. Open the host and go to the Security tab.
  2. Under Whitelist IP Addresses, add the IP address, or the tightest range that covers it.
  3. Save and publish.

This writes the firewall_whitelist key for you - see Configure the firewall.

Whitelist immediately with the CLI

To trust an address right away - for example to restore access for someone who is locked out - connect over SSH:

tscli firewall whitelist 198.51.100.7

For a change that must last, also add it on the Security tab as above.

Remove from the allow-list

tscli firewall unlist 198.51.100.7

If you added the address on the Security tab, remove it there and publish.