🔒

Dedicated WireGuard VPN

Guides for managing your dedicated WireGuard server, creating users, port forwarding, and downloading configs.

Getting Started with Your Dedicated WireGuard Server

A Dedicated WireGuard VPN Server gives you your own private VPN server with full control over user management and port forwarding. Unlike a shared VPN...

WireGuard REST API — Getting Started

Overview The WireGuard REST API lets you manage your dedicated VPN server programmatically. You can create and delete users, download configs, check d...

Creating and Managing WireGuard Users

Each device you want to connect to your Dedicated WireGuard Server needs its own WireGuard user. A user generates a unique cryptographic key pair and...

API: Managing Servers and Users

List Your Servers GET /api/wg/servers Returns all dedicated servers assigned to your account. curl -s -H "Authorization: Bearer wg_YOUR_KEY" \ https...

Setting Up Port Forwarding

Port forwarding allows external traffic from the internet to reach a specific device connected to your WireGuard server. This is essential for hosting...

API: Port Forwarding

Overview Port forwarding lets you route external traffic from the server's public IP to a specific WireGuard user's internal IP. This is useful for ho...

Understanding Your WireGuard Configuration File

When you create a WireGuard user and download the `.conf` file, it contains all the settings your WireGuard client needs to establish a secure tunnel...

API: Complete Endpoint Reference

All Endpoints MethodEndpointDescription GET/api/wg/serversList your assigned servers GET/api/wg/servers/{id}/usersList users with live status & b...

Dedicated WireGuard VPN for Gaming

A Dedicated WireGuard Server is ideal for gamers who want to host game servers, protect against DDoS attacks, or need a static IP with port forwarding...

Troubleshooting WireGuard Connection Issues

If you are having trouble connecting to your Dedicated WireGuard Server, this guide covers the most common issues and how to resolve them. ## Cannot...