Flounder lifetime ends July 1 (7 days left) . Jul 1 also enforces Pay Per PocketBase slot and storage limits. Existing subscribers keep their billing. What's changing
Add Trusted IPs under Account → Trusted IPs. Requests from those addresses get higher firewall rate limits on all of your instances. Up to five entries per account (single IP or CIDR).
Changes apply on the firewall within seconds after you save. No restart required.
Trusted IPs help when traffic shares one egress address:
X-PocketHost-Client-IP header on each request so each user gets their own limit bucket.The header is only honored when the connecting IP is on your trusted list. Random clients cannot spoof it.
If you must route PocketBase traffic through your server:
X-PocketHost-Client-IP with each request when you want per-user buckets.Before adding a proxy, read Server-Side PocketBase is an Anti-Pattern. Direct browser access or JS Hooks is usually simpler.
Trusted IPs solve known shared egress. They do not solve every attendee on a different IP.
| Scenario | Will Trusted IPs help? | What to do |
|---|---|---|
| SSR through your server | Yes, with the header | Add proxy IP under Trusted IPs, send X-PocketHost-Client-IP per request |
| Venue WiFi with one NAT | Often yes | Add the venue egress IP if you know it (ask the organizer or check from on-site WiFi) |
| Office with fixed egress | Yes | Add the office public IP. Everyone behind it shares one bucket unless you use the header from an internal proxy |
| Conference hall on cellular | No | Each phone has its own IP. Use client-side API calls from the browser, or contact support before a large demo |
| Unknown egress until day-of | Partial | Add IPs when you learn them. There is no “trust all IPs” self-service option |
For a one-off event where you need higher limits across many unpredictable addresses, contact PocketHost Support before the event. We can discuss a temporary instance-level boost. That is separate from the self-service trusted list.
Trusted IPs are not a bypass of rate limiting. They move you to the higher trusted tier (for example roughly 5,000 requests per hour per IP instead of 1,000). File routes still cost less budget than API routes, same as the weighted rate limits post.
Read the Account Trusted IPs announcement for the full story.