Back to blog
working vless configsready vless configvless config 2026vless subscription

Working VLESS Configs 2026 — Where to Get Them

Where to get ready-made working VLESS configs in 2026: aggregators, GitHub, Telegram, subscriptions. How to check a config is alive and why public keys die fast.

MegaV Team7 min read

Working VLESS Configs in 2026 — Where to Get Them and How to Verify

The query "working VLESS configs" implies a simple wish: get a vless://... string or a subscription link, paste it into an app, and have it work. Without spinning up your own server, renting a VPS, or fiddling with certificates. In 2026 such configs exist — but not all are "working," and almost all have a shelf life.

This article is a practical overview: where to get ready-made VLESS configs, what formats they come in, how to check in a minute whether a config is alive, and why free public keys almost always die within a few days.

What a Ready-Made VLESS Config Is

A ready-made config is all the server connection parameters packed into a single string or link. You don't need to know the UUID, SNI, or public key separately — it's all inside. Formats:

  • A vless://... link — a single string with the full config for one server. Copy it, paste it into the app — done.
  • A subscription (subscription URL) — one link like https://.../sub that the app uses to download dozens of servers itself and update them automatically. The most convenient format.
  • A QR code — the same vless:// link, but as an image. Scan it with the app's camera.
  • A Base64 block — text of many encoded lines. Apps can unpack it themselves.

Any of these formats opens the same way in v2rayNG, V2RayTun, Happ, v2rayN on Windows, and other clients.

Where to Get Ready-Made VLESS Configs

1. Config Aggregators

Sites that collect and verify public configs, filtering out the dead ones. The most convenient entry point for a beginner: no need to sift through hundreds of links by hand.

  • Our aggregator /v2ray-servers — verified VLESS Reality configs, updated automatically. You can copy individual links or take the whole subscription URL and paste it into the app in one action.

The upside of aggregators is the configs are already filtered. The downside is public servers are still overloaded and short-lived (more on that below).

2. GitHub Repositories

Enthusiasts keep repositories where fresh public configs are deposited automatically. The best-known ones as of mid-2026:

RepositoryWhat's insideCaveat
barry-far/V2ray-ConfigThousands of configs, scheduled updatesAbout half are usually dead
ALIILAPRO/v2rayNG-ConfigSubscriptions for v2rayNGSome SNIs already burned by DPI
Epodonios/v2ray-configsFiles split by protocolNeed to sift through
Pawdroid/Free-serversReady subscriptionsOverloaded
freefq/freeAn old aggregatorLots of duplicates and dead entries

How to use: open the repository, open the subscription file (often named sub, vless.txt, or located in Splitted-By-Protocol/), copy the "raw" link to the file, and paste it into the app as a subscription URL. The app downloads all configs and tests their latency.

Honest warning: GitHub holds public configs used by thousands of people at once. The speed is low and they live for days. That's fine for testing, but not for daily use.

3. Telegram Channels

Channels where admins post fresh keys every few hours. The configs are usually "fresher" than on GitHub because they're updated manually and more often. The downside is the same: public, overloaded, short-lived. Plus they're often mixed with ads and paid offers.

4. Paid Providers

Services that sell access to dedicated (non-public) servers and give you a personal subscription. These aren't "free configs" anymore, but the quality is different: your server isn't shared by thousands, the SNI rotates, and uptime is guaranteed.

How to Check in a Minute That a Config Is Alive

Before saving a config as "working," check it right in the client — it takes seconds:

1. Latency test (ping / real delay test). In v2rayNG: long-press the server → "Real delay test." In v2rayN/Happ: right-click / menu → latency test. If it shows timeout or -1 — the config is dead, delete it.

2. A healthy value. A live European VLESS Reality server from Russia gives 40–150 ms. If it's 800+ ms — the server is far away or overloaded.

3. IP check. Connect and open 2ip.io — it should show an IP from another country. If it's yours — the config isn't working, or the system proxy isn't enabled (on PC).

4. Speed test. If the ping is good but pages take forever — the server is overloaded. Take the next one.

Tip: import the whole subscription, run the latency test across all servers at once, and sort by ping — the top ones are the ones working this minute.

Why Free Configs Die

This isn't a bug or "you got a bad key" — it's how public configs are designed:

  • Overload. A single server is used by thousands of people who found the same link. The bandwidth is split among everyone.
  • Burned SNI/IP. Over time the DPI learns to recognize a specific SNI or simply blocks the IP of a popular public server. A config that worked yesterday goes silent today.
  • Behavioral detection (February 2026). Plain VLESS-TCP started getting caught not by signature but by flow behavior. Public configs on old transports die faster. More — in "VLESS Reality — why it's hard to block".
  • The admin shut the server down. Free servers are run by enthusiasts at their own expense; the money or patience runs out — the server disappears.

Conclusion: a free ready-made config is a consumable. It's great for trying the technology and figuring out whether you need restriction-resistant access at all. For stable daily use, public configs aren't designed for it by design.

When It's Simpler Not to Hunt Configs, but to Get a Ready-Made App

If you catch yourself sifting through links every couple of days, testing a dozen servers for one working one, and then repeating it all again — you're doing by hand what an app does itself.

MegaV uses the same technology (VLESS + Reality) as ready-made configs, but removes the entire layer of manual work from you:

  • The servers are dedicated, not public — they're not shared by thousands, the speed is stable
  • The SNI rotates automatically — no need to catch the moment a config "goes stale"
  • Automatic failover to a working configuration when blocked
  • Kill Switch and zero logs (RAM servers)
  • Cross-platform: Android, iOS, Windows, macOS

You don't paste configs or test pings — you open the app and press "Connect." A 3-day trial with no card lets you compare it with the ready-made configs you've already tried.

Download MegaV

FAQ

Where can I get a genuinely working VLESS config right now?

The fastest way is through an aggregator, /v2ray-servers: copy the subscription, paste it into the app, run the latency test, and take the server with the best ping. GitHub and Telegram have configs too, but more dead ones.

Why did a config work and then stop two days later?

The public server "went stale": it got overloaded, its SNI was recognized by the DPI, or the IP was blocked. That's the normal life cycle of a free config. Take a fresh one from the subscription.

What app do I paste a ready-made config into?

Any V2Ray client: v2rayNG (Android), V2RayTun, Happ, or v2rayN (Windows). The vless:// and subscription format is the same everywhere.

Are ready-made VLESS configs free?

Public ones — yes. Configs from paid providers and dedicated servers are paid but more stable and faster. The difference isn't the format, but whether the server is shared by thousands.

Why is a subscription better than individual links?

A subscription updates automatically: when a server changes address or new ones are added, the app downloads the fresh list without your involvement. Individual vless:// links have to be updated manually.


Working VLESS configs in 2026 can be found — on aggregators, GitHub, and Telegram — but any public config is a consumable with a shelf life of days. That's enough to try the technology; for stable daily use it's simpler to get MegaV with dedicated servers instead of hunting fresh keys every day. Fresh, verified configs are at /v2ray-servers.

Want more than just reading?

Try MegaV VPN free for 3 days

All features unlocked — Xray, WireGuard, ad blocker, IP checker and the private news reader. No card required.