One machine. One peer. One name on it.
A dedicated WireGuard server on a single EC2 instance in Stockholm, holding a fixed AWS elastic IP that nobody else shares. Not a slot in a rotating pool of exit nodes picked for you at connect time.
$19 a month for a connection, unlimited data. One price, billed monthly, with no introductory rate that triples on renewal.
Operator
Peer administration. If you are here for a connection, the front door is to the left.
Your traffic, one hop, in Stockholm.
Your device
Wherever you actually are
- macOS
- Windows
- Linux
- iOS
- Android
Encrypted tunnel
WireGuard, one keypair issued to you
Stockholm machine
A fixed elastic IP, one peer, no rotation
The internet
Sees the Stockholm machine, not you
Everything between your device and the machine in Stockholm travels inside the encrypted tunnel. Sites and services you reach afterward see the Stockholm machine's address, not the one your ISP handed you and not a shared address handed to other people at the same time.
Fast, because it is only yours.
-
Fast and stable, nothing else on it
Your connection runs on stock WireGuard, the protocol built for speed, on a machine that is exclusively yours. Browse, stream, chat and work without a shared server slowing you down.
-
Works on your devices
Your config file drops straight into the official WireGuard app. One key works on any one of your devices, nothing extra to install or keep updated.
- macOS
- Windows
- Linux
- iOS
- Android
The machine, stated plainly.
There is one of it. You can look up its region, its port and its coordinates, and they will still be true next month.
- Region
- eu-north-1
- City
- Stockholm, Sweden
- Coordinates
- 59.3293° N, 18.0686° E
- Endpoint
- issued with your key, not posted here
- Listening port
- 51820/udp
- Address
- AWS elastic IP, reserved
- Tunnel
- WireGuard, kernel module
- Your allocation
- one keypair, one /32
- Handshake
- Noise IK, rekeys every 120 s
- Provisioning
- by hand, by a person
What WireGuard is
WireGuard® is an extremely simple yet fast and modern VPN that utilizes state-of-the-art cryptography. wireguard.com
It is a tunnel and almost nothing else. The whole implementation is a few thousand lines of code, small enough that one competent person can read all of it. That is the security argument, and it is a better one than any adjective: there is very little surface area in which to hide a mistake.
Identity is a public key. The server holds a list of public keys and the addresses each key is permitted to use, and that list is the entire access control system. No usernames, no certificate chain, no cipher suite to negotiate and therefore none to downgrade. Your key is on the list or it is not, and taking it off the list takes effect on the next packet.
It is also quiet. An unauthenticated packet gets no reply at all, so a port scan finds nothing. It runs over UDP on a single port, survives changing networks without dropping the tunnel, and comes back when your laptop wakes up. There is no client to keep running in the background asking to be updated.
The cryptography is fixed rather than configurable, which is the point.
- ChaCha20symmetric encryption
- Poly1305message authentication
- Curve25519key exchange
- BLAKE2shashing
- HKDFkey derivation
- Noise IKhandshake framework
What dedicated means here
-
A named instance
Your tunnel terminates on one EC2 instance in eu-north-1 that we operate and can point at. It is not a fleet, and you are not assigned an anonymous exit node at connect time and a different one tomorrow.
-
A fixed address
The instance holds an AWS elastic IP. It is reserved to the instance, it does not change when the machine restarts, and it is the address the internet sees while you are connected. When something needs to allowlist you, there is exactly one number to hand over.
-
Sweden, specifically
Stockholm, 59.3293° N. Your traffic leaves the tunnel in Sweden, on Swedish and EU terms, and geography-sensitive services see a Swedish address because that is genuinely where the packets emerge.
-
A key that is only yours
One keypair, one address inside the tunnel, issued to you and to no one else. It is generated on request, never reused, and revoked with a single command that takes effect immediately rather than at the end of a billing period.
Get your own dedicated connection.
Say what you need it for and which platforms it has to run on. You get the file below with your key in it, and a person who answers. Setup is done by hand, which is possible because there are not very many of you. If you would rather write directly, support@convosuite.com reaches the same desk.
$19 a month for each connection, unlimited data, billed monthly. Nothing starts until you have the file and it works.
Already decided?
Pay $19/moAsk for one
yourname.conf, generated for you and sent once. Import it into the WireGuard client and the tunnel is up.
[Interface] PrivateKey = issued to you, generated fresh Address = 10.66.66.n/24 DNS = 1.1.1.1 MTU = 1280 [Peer] PublicKey = the server, published Endpoint = the Stockholm machine, in your file AllowedIPs = 0.0.0.0/1, 128.0.0.0/1 PersistentKeepalive = 25