Devices
How ForestVPN models devices in the SDK and Infrastructure API, and where end users manage their own devices.
Every connection in ForestVPN is a device: a keypair that joins the network. The SDK registers a device with its public key — the private key never leaves the device — and the device then appears in the owning account's device list, which you can read and manage through the API.
Managing your own devices in the app?
If you just want to add, rename, or remove devices on your personal ForestVPN account, use the app and the consumer help center at forestvpn.com/help.
Devices in the API
A device carries a name, platform, its WireGuard public key, a last-seen timestamp, and its advertised relay region. The number of devices an account may run at once is an entitlement of its plan.
- Platform API — devices — the endpoint surface for listing and managing devices.
- Quickstarts — register your first device from code.