Two plans. Which one are you?
A small relay runs in your own cloud account. Static IP is $5.00 a month and takes that relay's public address onto the machine you are sitting at. Shared VPN is $0.006849 an hour per user and puts a whole team behind it instead. Your cloud provider bills you about $4 to $6 a month for the relay VM, separately from us.
| Compare | Static IP One address. One machine at a time. Movable. | Shared VPN One relay. A whole team behind it. |
|---|---|---|
| Price | $5.00 / month per address held. Flat, not metered. | $0.006849 / hour per user. About $5.00 a month per user if left running -- and nothing at all in a month nobody connects. |
| Charged at checkout | Yes. The first period, prorated. Start partway through a month and you pay only for the days that remain, so the first payment is a small fraction of $5.00 -- $0.44 for the last three days of a month, for instance. | Nothing. The plan is billed purely in arrears, so your first charge comes at the end of the month, for the hours actually used. |
| What you actually get | The relay's real public IPv4 and IPv6 are transferred onto the machine you are using. Every port, inbound and outbound. This is not port forwarding and it is not an overlay address handed to a tunnel -- it is the address itself. | A shared relay your members sit behind. Traffic leaves with the relay's address (SNAT). No address is moved onto anybody's machine: this mode is for getting out together, not for being reached. |
| Inbound connections | Yes -- the address is yours while you hold it, so whatever reaches it reaches you, on any port. | No -- outbound only. Members share one egress address and are not individually reachable on it. |
| Devices | One at a time. Move the address between laptop, workstation and phone in seconds; that is the headline feature. Only one device holds it at any moment. | Unlimited per member, all connected at once. |
| People | One. The address is one-to-one with the machine currently holding it. | Many. Each member gets their own credential, and the account owner adds them with a single-use invite token. |
| Billing unit | Per address held, per month. Flat, because the address stays reserved for you whether or not a device is attached. Charged pro rata if you start or stop mid-month. | Per member, per hour. Any clock hour in which a member is connected counts as a whole hour -- the usual granularity for hourly cloud billing. |
| A month you do not use it | $5.00. The address is still being held for you. | $0.00. Nothing connected, nothing billed. |
| Your cloud provider's bill | Separate, and yours. One relay VM, about $4 to $6 a month, charged to you by your provider. Not on our invoice, and not included in the $5.00 above. | Separate, and yours. Still one relay VM for the whole team, about $4 to $6 a month, charged to you by your provider. Not on our invoice. |
| Where the relay runs | Both plans: in your own cloud account -- DigitalOcean by default, Vultr and AWS also supported -- created with your own API token. We host nothing and we own no IP address. | |
| Fee and term | Both plans: no signup fee, no minimum term, cancel at any time. | |
Static IP -- $5.00 / month
Per address held. Charged now, prorated for the rest of this month.
Your cloud provider bills you separately for the relay VM, about $4 to $6 a month.
Shared VPN -- $0.006849 / hour
Per user. Nothing is charged at checkout; the first bill is at the end of the month.
Your cloud provider bills you separately for the relay VM, about $4 to $6 a month.
Checkout itself can only show a single short line describing what you picked -- roughly a sentence, with no room for the caveats. That is why the whole comparison lives here, before the click rather than after it.
Almost everybody lands cleanly on one side of this.
"I need to be an address."
Take Static IP. It is one person carrying one public address between their own machines.
- Something has to reach you inbound -- a game host, a server you run at home, SSH, a webhook, a device that only trusts one address.
- An account, a bank or an employer expects to see you coming from the same address every time.
- You move between a laptop, a workstation and a phone and want the address to follow you rather than stay pinned to one box.
- You are one person. One device holds the address at a time, and moving it is the point.
"We all need to come from one place."
Take Shared VPN. It is a team sharing one relay, billed per member for the hours they are actually connected.
- Several people need to reach something that only allows one source address.
- Everybody should get out from the same place, but nobody needs to be reached inbound.
- People come and go: you want to hand out a single-use invite token and revoke a credential later.
- Usage is bursty. A member who connects for a few hours a week costs a few cents, and a quiet month costs nothing.
Two prices, both real, neither rounded in our favour -- and then the bill that is not ours at all.
Flat. Per address held.
Hourly. Per member.
A worked example: one public address, one person, running continuously for a full calendar month.
For a team on Shared VPN the shape is the same, but the relay is shared: one VM for everybody at about $4 to $6 a month, plus about $5.00 a month for each member who leaves it running. Five people is roughly $25 a month to us and still just the one machine on your provider's bill.
Same relay, same CLI, two different things done with the address.
The address comes to you.
The relay comes up in your account
cloudspectra up
creates the VM with your own cloud token and reads its public IPv4 and IPv6. This is the moment
your provider starts charging you for the machine.
The address moves onto your machine
Both families, every port, inbound and outbound. Applications see the public address as their own, because it is.
You take it somewhere else
cloudspectra up --take-over
on another machine carries the same address across in seconds. The old machine drops off; only
one holds it at a time. Moving costs nothing extra -- only running two addresses
simultaneously counts as two.
You come to the address.
The relay comes up in your account
The same VM, in the same place, on the same provider bill, configured to carry many peers at once instead of one.
You invite the team
The account owner issues a single-use invite token per member. Each member ends up holding their own credential, and can connect as many devices as they like.
Everyone gets out through the relay
Traffic leaves with the relay's address (SNAT). No address is transferred to a member, and no member is reachable inbound on it. Billing follows the members: per user, per connected hour.
None of this is buried in the terms.
The relay reports in
VPN Twin contacts a Cloud Spectra control plane. On Shared VPN that report is what the bill is computed from, because the plan is metered by the hour. On Static IP the price is flat and the report is not used to compute the bill, but the relay still contacts us: it is how the address is handed between your devices, and how a cancelled subscription stops being served. It is a property of the product, not an analytics choice. Our Gateway products send no telemetry unless you explicitly opt in -- the full disclosure is in the Trust Center.
Your account, your token
The relay is provisioned in your cloud account with your API token. We never receive that token and never see your cloud bill. We operate no relay of our own and hold no IP address, which is also why the address you get is a real one from your provider rather than something rented back to you.
Stopping is easy
No signup fee, no minimum term, cancel at any time. Cancel Static IP mid-month and
the flat charge is applied pro rata for the days you held the address. Cancel Shared VPN
and it simply stops accruing hours -- you are billed for what had already run. cloudspectra billing
opens the billing portal for invoices, card changes and cancellation. Remember to destroy the relay VM
in your own provider console too.
Still not sure which one?
If you need to be reached, take the Static IP. If a group needs to get out together, take the Shared VPN. If it is genuinely both, start with one -- the other is a line you can add later.
Gateway pricing · Trust Center · Terms · Privacy · Acceptable Use · billing@CloudSpectra.Ai