Blog / Guides / · VeloTun Admin

What is VeloTun?

VeloTun is a self-hosted VPN management panel compatible with OpenVPN® Community Edition. Install it on your VPS, create users, hand out .ovpn files — no scripting required.

If you run a VPN on a Linux server — or you want to — you’ve probably noticed the gap between “OpenVPN® Community Edition is installed” and “I can actually manage this day to day.” Creating users means SSH and shell scripts. Revoking access means hunting down certificates. Changing a port or pushing new DNS settings can turn into an afternoon you didn’t plan for.

VeloTun is a web-based control panel that works with OpenVPN® Community Edition and handles the boring operational work for you. You install it once on a VPS, log in through a browser, and manage everything from there: users, device limits, bandwidth caps, presets, SSL, site-to-site links, port forwarding, and more.

It’s built for people who operate VPNs — small ISPs, IT teams, resellers, homelab admins, anyone selling access to friends or customers. Same tool, same pricing whether you’re running one server for yourself or fifty for paying clients.

What VeloTun actually is

In short: VeloTun is a self-hosted VPN management panel compatible with OpenVPN® Community Edition on Linux.

  • Product type: Self-hosted server software (not a VPN service you subscribe to)
  • VPN protocol: Compatible with OpenVPN® protocol (OpenVPN® Community Edition)
  • Supported OS: Ubuntu 22.04+ and Debian 12+ on a VPS or dedicated server
  • Install method: One shell command — no Docker stack to assemble
  • Interface: Admin panel (default port 8080) + separate user portal for clients to download configs
  • Website: velotun.com

VeloTun is not WireGuard, not a mobile VPN app, and not a hosted VPN provider. It is also not OpenVPN Access Server and is not affiliated with, sponsored by, or endorsed by OpenVPN Inc. You bring the server. VeloTun gives you the panel to run it properly.

Who VeloTun is for

VeloTun makes sense if any of these sound like you:

  • You run (or want to run) your own VPN server compatible with OpenVPN® Community Edition and hate doing everything over SSH
  • You sell VPN access and need per-user limits, expiry dates, and usage reports
  • You connect offices or sites with site-to-site VPN and want a panel instead of hand-edited configs
  • You’re tired of piecing together random scripts, cron jobs, and half-finished admin UIs
  • You want to try VPN management without paying upfront — the free tier covers 2 concurrent connections for life

If you just want to use a VPN and don’t care about running the server, VeloTun isn’t the right product. If you operate the server, it probably is.

How VeloTun works — step by step

Here’s the typical flow from zero to working VPN:

  1. Get a server. Any VPS with a public IP works — Hetzner, DigitalOcean, Vultr, OVH, whatever you already use. Ubuntu or Debian.
  2. Install VeloTun. Run the installer as root:
    curl -fsSL https://velotun.com/install.sh | sudo bash
    The script sets up the panel, OpenVPN® Community Edition, and the database. When it finishes, it prints your admin URL and a random password.
  3. Activate your license. Paste a license key under Admin → License. You can start free (2 connections, no card) or buy a key from the order page if you need more capacity.
  4. Pick a preset. On first login, VeloTun asks you to choose a preset for OpenVPN® Community Edition — High DPI, Mobile Stable, Streaming, and others. These are pre-tuned cipher, MTU, and TLS settings so you don’t have to research every knob.
  5. Create users. Go to Admin → Clients, add a VPN user, set device limits (1, 2, 3, 5, or unlimited), optional data cap, optional expiry date.
  6. Hand out configs. Users download their .ovpn file from the user portal or you send it to them. They import it into any standard client compatible with OpenVPN® Community Edition.
  7. Monitor and manage. See who’s online under Active Clients. Kick or ban sessions. Check bandwidth in Reports. Update settings from the panel — most changes apply without a full reinstall.

That’s the whole loop. Install once, manage forever through the browser.

What you can do in the panel

VeloTun packs a lot into one interface. The main areas:

User and access management

  • Create, edit, and delete VPN clients
  • Limit devices per account (1 / 2 / 3 / 5 / unlimited)
  • Set data usage caps (e.g. 100 GB per user)
  • Set account expiry dates
  • See live sessions and disconnect abusers instantly

OpenVPN® Community Edition configuration

  • Built-in presets for different network conditions (DPI-heavy regions, mobile, streaming, etc.)
  • Change ports, subnet, and protocol settings without editing files by hand
  • Regenerate certificates when needed
  • Push custom DNS to connected clients

Network features

  • Site-to-site VPN — link two locations so private resources are reachable across the tunnel
  • Port forwarding — expose local services through the VPN server with controlled rules
  • SOCKS5 redirect — route VPN traffic through an upstream proxy
  • DNS and routing controls from the same panel

Operations and security

  • Automatic SSL via Let’s Encrypt (Certbot built in)
  • Backup and restore panel settings as portable JSON
  • Activity logs and per-client bandwidth reports
  • CLI tools: sudo velotun status, restart, logs, password, and more

Free tier vs paid licensing

VeloTun has a genuinely free option — not a 7-day trial:

  • Free: 2 concurrent VPN connections, lifetime, no credit card. Good for testing or a tiny personal setup. Install page →
  • Paid: Buy a license key based on how many panel servers you run and how many concurrent connections you need. Billing is monthly, yearly (10% off), or lifetime.

One license key = one panel installation on one server. Need three servers? Three keys. Connections are billed in blocks of 100, with tiered volume discounts as you scale.

Personal and commercial use cost the same. No “enterprise tier” gatekeeping for basic features.

VeloTun vs doing it yourself

You can run OpenVPN® Community Edition without a panel. People have done it for years. VeloTun exists because the DIY path gets old fast:

  • User onboarding — DIY: generate certs, edit CCD files, email configs. VeloTun: click Create, send portal link.
  • Revoking access — DIY: CRL updates, file cleanup. VeloTun: delete or disable the user.
  • Usage tracking — DIY: parse logs or install extra tools. VeloTun: Reports tab with per-client numbers.
  • SSL for the panel — DIY: manual Certbot cron. VeloTun: request and renew from the UI.
  • Config changes — DIY: edit server.conf, hope you didn’t typo. VeloTun: change setting, panel handles the restart.

VeloTun doesn’t replace understanding VPNs entirely. But it removes the repetitive sysadmin work so you can focus on your users and your business.

Common questions

Is VeloTun a VPN provider?

No. VeloTun is software you install on your server. You control the infrastructure, the users, and the data.

Is VeloTun related to OpenVPN Access Server?

No. VeloTun is an independent panel that works with the free open-source OpenVPN® Community Edition. It is not OpenVPN Access Server and is not affiliated with OpenVPN Inc.

Does VeloTun support WireGuard?

Currently OpenVPN® Community Edition only. The presets and tooling are built around the OpenVPN® config model.

What server specs do I need?

For a small setup, a basic VPS (1 vCPU, 1 GB RAM) is enough to start. Scale up with your user count and bandwidth. OpenVPN® Community Edition is lightweight compared to full-stack VPN platforms.

Can I update without losing users?

Yes. Re-run the same install command on an existing server. Users, settings, and passwords stay intact. See our update guide.

Where do users get their VPN config?

From the built-in user portal — they log in and download their .ovpn file. Details in the user download guide.

How do I get started right now?

  1. Spin up an Ubuntu or Debian VPS
  2. Run curl -fsSL https://velotun.com/install.sh | sudo bash
  3. Open the panel URL, log in, activate your license (free or paid)
  4. Create your first VPN user and connect

Where to go next

This post is the big picture. When you’re ready to dig in:

  • Install guide — requirements and first steps
  • License calculator — build a key for your server count and connections
  • FAQ — pricing, licensing, and feature questions
  • Blog — step-by-step how-tos for every panel feature

VeloTun is for operators who want a VPN panel that works on day one and stays manageable on day three hundred. If that’s you, the free tier is a good place to find out.

OpenVPN® is a registered trademark of OpenVPN Inc. VeloTun is an independent product and is not affiliated with, sponsored by, or endorsed by OpenVPN Inc.

Comments (0)

No comments yet. Be the first to leave one.

Leave a comment

Guests can comment. Captcha required. Links are marked nofollow.