Skip to main content

Censorship-resistant VLESS+Reality proxy server management

Project description

Meridian

Meridian

CI PyPI License: MIT GitHub stars

Deploy a censorship-resistant proxy server in one command.
Invisible to DPI, active probing, and TLS fingerprinting.

Meridian deploy terminal output

What is this

Meridian deploys a private, undetectable VPN server in minutes. Share secure internet access with family and friends — they scan a QR code and connect. When your IP gets blocked, spin up a new server and be back online in minutes. No technical knowledge required on the client side.

Whether you're the "tech friend" setting up VPN for people you care about, a power user managing multiple servers, or an NGO providing access in a censored region — Meridian handles the complexity so you can focus on staying connected.

See SECURITY.md for the threat model and what Meridian protects against (and what it doesn't).

Why Meridian?

Meridian Raw 3x-ui Marzban Hiddify Manager
Install One command Manual Docker + config Docker + CLI Script + web UI
Client handoff QR + hosted page Manual URL sharing Panel-only Panel-only
Architecture HAProxy+Caddy+Xray (hardened) Xray only Xray+Nginx Xray+Nginx
Relay support Built-in L4 relay Manual No Manual
Rebuild workflow deploy NEW_IP Start over Reconfigure Reconfigure

Meridian is an orchestrator — it configures Docker, Xray, HAProxy, Caddy, firewall, BBR, and TLS certificates automatically. You focus on deploying and sharing access, not debugging configs.

Install

Works on macOS and Linux. Windows users: use WSL.

curl -sSf https://getmeridian.org/install.sh | bash

Or install directly from PyPI:

uv tool install meridian-vpn    # recommended
pipx install meridian-vpn       # alternative

Quick start

meridian deploy                       # interactive wizard
meridian deploy 1.2.3.4               # deploy to server
meridian deploy local                 # deploy on this server (no SSH needed)
meridian deploy 1.2.3.4 --domain d.io # with CDN fallback

After setup, your server is a fully functional proxy. Share access:

meridian client add alice            # generate keys for a friend
meridian client list                 # see all clients
meridian client remove alice         # revoke access

Each client gets a connection page hosted on the server with QR codes, one-tap deep links, and live usage stats. Share the URL directly — no file transfer needed.

Connection page with QR codes

How it works

Meridian deploys VLESS+Reality — a protocol that makes your server indistinguishable from a legitimate website:

Censorship method How Meridian beats it
Deep Packet Inspection Traffic is byte-for-byte identical to normal HTTPS. No proxy signatures.
Active probing Censors connecting to your server get a real TLS certificate from microsoft.com. Only clients with your private key reach the proxy.
TLS fingerprinting uTLS impersonates Chrome's exact Client Hello, matching billions of real devices.
IP blocking Domain mode routes through Cloudflare CDN as a fallback — no direct IP exposure.

Architecture

Meridian architecture — HAProxy SNI routing, Caddy TLS, Xray Reality

Standalone mode — HAProxy on port 443 routes Reality traffic to Xray. Caddy provides auto-TLS (Let's Encrypt IP certificate) for hosted connection pages, panel access, and XHTTP transport. No domain needed.

Domain mode — Same architecture, plus Caddy handles VLESS+WSS through Cloudflare CDN as a fallback when the server IP is blocked.

Relay mode — A lightweight TCP forwarder (Realm) on a domestic server forwards port 443 to the exit server abroad. All protocols work through the relay with end-to-end encryption.

What you need

  • A VPS (Debian/Ubuntu) with root SSH key access — $3–5/month from any provider
  • Recommended: Finland, Netherlands, Sweden, Germany (low latency, not flagged)
  • Optional: a domain pointed to the server (for CDN fallback via Cloudflare)

Commands

Command Description
meridian deploy [IP|local] Deploy proxy server (interactive wizard if no IP)
meridian client add NAME Add a named client key
meridian client list List all clients
meridian client remove NAME Remove a client key
meridian relay deploy RELAY_IP Deploy a relay node (TCP forwarder)
meridian test [IP] Test proxy reachability from this device
meridian doctor [IP] Collect info for bug reports (alias: rage)
meridian teardown [IP] Remove proxy from server

See the full CLI reference for all commands and flags.

Client apps

After setup, connect with any of these apps:

Platform App
iOS v2RayTun
Android v2rayNG
Windows v2rayN
All platforms Hiddify

Common scenarios

My IP got blocked — The most common scenario in censored regions. Get a new VPS, run meridian deploy NEW_IP, then re-add clients with meridian client add. If you're in domain mode, update the DNS A record to point at the new IP and re-run deploy. If you're not using domain mode yet, consider switching (--domain) to get a CDN fallback through Cloudflare — when the IP is blocked, the WSS/CDN link still works.

Sharing with family — After meridian client add alice, you get a shareable URL hosted on the server. Send the link by email, iMessage, or any messenger. They open it on their phone, install the app (one tap), scan the QR code, and connect. No file transfer needed.

First-time VPS setup — Rent a VPS from any provider (DigitalOcean, Hetzner, Vultr — $4–6/month). Choose Debian 12 or Ubuntu 22.04+. Make sure you have SSH key access (not just password). Then run meridian deploy YOUR_SERVER_IP.

Troubleshooting

Not connecting? Run meridian test to check if the server is reachable, or use the web-based ping tool.

Something else not working? Get instant AI-powered help:

meridian doctor --ai        # copies an AI-ready prompt to clipboard

Paste the prompt into ChatGPT, Claude, or any AI assistant for personalized troubleshooting.

Or open an issue with meridian doctor output.

Docs

Full documentation, interactive command builder, and setup guides:

getmeridian.org · Connection page demo

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

meridian_vpn-3.8.1.tar.gz (1.7 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

meridian_vpn-3.8.1-py3-none-any.whl (149.3 kB view details)

Uploaded Python 3

File details

Details for the file meridian_vpn-3.8.1.tar.gz.

File metadata

  • Download URL: meridian_vpn-3.8.1.tar.gz
  • Upload date:
  • Size: 1.7 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for meridian_vpn-3.8.1.tar.gz
Algorithm Hash digest
SHA256 8d411b2e02db5c6a02a23466db42d30ef8108cf6098ad8e06e953181478a6e6c
MD5 9acb6640d376c3fc927306c0c3f356c1
BLAKE2b-256 7ba82bd2e32c29e02881282c8d41b012560b3062fa16f54541c9c873982e2ef2

See more details on using hashes here.

Provenance

The following attestation bundles were made for meridian_vpn-3.8.1.tar.gz:

Publisher: release.yml on uburuntu/meridian

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file meridian_vpn-3.8.1-py3-none-any.whl.

File metadata

  • Download URL: meridian_vpn-3.8.1-py3-none-any.whl
  • Upload date:
  • Size: 149.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for meridian_vpn-3.8.1-py3-none-any.whl
Algorithm Hash digest
SHA256 70c2d3caf3f34ec32a4276390a6f481f1389606dff765d350b993606961b0c25
MD5 fa12a0baf2acd47a6a9b774b634ebba4
BLAKE2b-256 d55f4704892c0c67f20b56cfc69e2d619ed964cc15c4737ca978d235bb284fac

See more details on using hashes here.

Provenance

The following attestation bundles were made for meridian_vpn-3.8.1-py3-none-any.whl:

Publisher: release.yml on uburuntu/meridian

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page