The dashboard lists the locations available for the selected pass or rental,
product, and network.
Choose and verify a location
1
Select the exact access
In the dashboard, choose the pass or rental, product, and network that the
application will use.
2
Choose an enabled location
Start with the available location nearest your application infrastructure.
Test from the application host and compare latency before making the final
choice.
3
Copy the matching configuration
Copy the target and credential from the same dashboard location. Do not
assemble a target manually or combine values from different locations.
4
Test from the application runtime
Run one low-impact request, connection, or subscription from the network
that will carry production traffic. Confirm authentication succeeds and
measure the latency and stability relevant to your workload.
Apply location scope correctly
See Security for where each credential belongs and how to store it.
Account for network direction
An RPC IP restriction matches the client’s public egress IPv4 address after NAT, a cloud gateway, VPN, or proxy. Verify the address from the production runtime before saving a restriction. Raw Shred Stream and Replay send UDP in the other direction, from ThorNode to a public receiver you operate. The configured address and port must be reachable through the receiver’s firewall, security group, and NAT rules. Raw Shred Stream registration requires a public IPv4 address; prepare and test the receiver before registering it.Move a workload to another location
- Confirm the destination is enabled for the same access, product, and network.
- Prepare the destination according to its scope:
- For ThorEdge, Yellowstone, or Pulse, copy the destination target and location token together.
- For Bifrost, select the destination in Private TX and copy the provider route URL shown there. The access key remains the same, but the location URL changes.
- For Raw Shred Stream, create the receiver registration for the destination location; packets do not use a customer credential.
- Replay uses its per-access key and job flow rather than a location-token pair.
- Add the destination as separate configuration or registration. Do not edit only a hostname in an existing target.
- Test a low-impact operation and observe the new path before moving production traffic.
- Keep the old path through the rollback window, then remove stale registrations and revoke credentials that are no longer needed.
Prepare regional failover
- For location-bound products, keep each target paired with its own location credential. Keep Raw Shred registrations and Replay job configuration separate from those credentials.
- Confirm the backup location is currently enabled for the access and product.
- Test authentication and one representative operation before an incident.
- Use bounded retries with backoff and jitter to prevent reconnect storms.
- Decide how streaming consumers will detect and reconcile gaps after reconnecting.
- Load the location catalog from configuration instead of compiling it into application code.