> ## Documentation Index
> Fetch the complete documentation index at: https://tunnelfleet.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

> What TunnelFleet is and how it helps you deploy VPN servers on your own infrastructure.

# What is TunnelFleet?

TunnelFleet is a **VPN server management platform**. You bring your own Linux VPS — DigitalOcean, Hetzner, Vultr, AWS, or bare metal — and TunnelFleet installs, configures, and manages VPN protocols on it.

Your traffic stays on your infrastructure. TunnelFleet never routes VPN traffic through a shared network. You keep full root and SSH access to every server.

## Who it's for

* IT teams and MSPs managing VPN access for clients
* Privacy-focused businesses that need control over where traffic runs
* Developers and homelab operators who want WireGuard and OpenVPN without manual DevOps work

## What you can do

<Columns cols={2}>
  <Card title="Deploy VPN servers" icon="server" href="/docs/servers/create-server">
    Connect any Linux VPS and provision WireGuard and OpenVPN with a one-line install script.
  </Card>

  <Card title="Manage VPN users" icon="users" href="/docs/servers/users">
    Create peers and credentials, then download configs or scan a QR code.
  </Card>

  <Card title="Run multiple protocols" icon="shield" href="/docs/wireguard">
    Enable WireGuard, OpenVPN TCP, and OpenVPN UDP on the same server.
  </Card>

  <Card title="Observe your fleet" icon="chart-line" href="/docs/servers/logs">
    Stream protocol logs, check agent status, and repair services from the dashboard.
  </Card>
</Columns>

## How it works

<Steps>
  <Step title="Create an account">
    [Start a free trial](https://tunnelfleet.com/register) or [create an account](https://tunnelfleet.com/register). TunnelFleet creates an organization workspace for you. Already registered? [Open the dashboard](https://tunnelfleet.com/login).
  </Step>

  <Step title="Add a server">
    Enter your VPS IP address, choose an OS, and select the protocols you want.
  </Step>

  <Step title="Run the install script">
    SSH into your VPS and run the one-line install command. The TunnelFleet agent installs and registers the server.
  </Step>

  <Step title="Connect clients">
    Create VPN users, download configuration files, and connect from Windows, macOS, Linux, Android, or iPhone.
  </Step>
</Steps>

## Supported protocols

| Protocol                | Default port | Best for                           |
| ----------------------- | ------------ | ---------------------------------- |
| [WireGuard](/docs/wireguard) | 51820/UDP    | Speed and modern clients           |
| [OpenVPN TCP](/docs/openvpn) | 443/TCP      | Restrictive networks and firewalls |
| [OpenVPN UDP](/docs/openvpn) | 1194/UDP     | Compatible OpenVPN clients         |

## Open TunnelFleet

<Columns cols={3}>
  <Card title="Start Free Trial" icon="rocket" href="https://tunnelfleet.com/register">
    Begin a 7-day free trial and deploy your first VPN server.
  </Card>

  <Card title="Create Account" icon="user-plus" href="https://tunnelfleet.com/register">
    Sign up for a TunnelFleet account and create your organization.
  </Card>

  <Card title="Open Dashboard" icon="layout-dashboard" href="https://tunnelfleet.com/login">
    Log in to manage servers, protocols, and VPN users.
  </Card>
</Columns>

## Next steps

<Columns cols={2}>
  <Card title="Quick Start" icon="rocket" href="/docs/getting-started/quick-start">
    Go from zero to a working VPN connection in a few minutes.
  </Card>

  <Card title="Organizations" icon="buildings" href="/docs/organizations">
    Manage members, billing, settings, and organization deletion.
  </Card>
</Columns>
