User guide

How BypassData decides where your traffic goes, and how to configure ports, rules, and proxy pools from the control panel.

Last updated: August 2026

Illustrative UI re-creations — not real screenshots.

Illustrated & video guide

Walk through the whole journey — from installing with the Manager to configuring in the control panel — using the auto-playing walkthrough below. Press pause to study any step.

1
Manager · Windows

Run the gateway on this machine

Open BypassData Manager and, on the Windows tab, press Start — the gateway runs at https://127.0.0.1:8443. Click “Open control panel” to reach the web control panel.

2
Manager · Linux (VPS)

Install & control a VPS over SSH

Switch to the Linux tab, enter your VPS’s SSH address and account, then press Install. The Manager sets up the service for you; enable the “Công khai” toggle to reach the control panel and proxies over the internet.

3
Control panel · Sign in

Log in to the admin panel

Open the control panel in a browser. Sign in with the admin account and the initial password (shown in the Manager). The connection is always TLS-encrypted.

4
Simple mode

Paste proxies — ports are auto-assigned

In Simple mode, paste your upstream proxies; each is given an outbound port (from 20000). Pick domain routing, enable the IP whitelist, then Save.

5
Advanced · Proxy ports

Manage up to 500 ports

Advanced mode gives full control: every port binds one upstream, a routing profile and its own authentication. Filter by group, status or auth type.

6
Advanced · Dashboard

Real-time monitoring & bandwidth savings

The overview shows real-time bandwidth, the Direct/Upstream split, system health and the busiest ports — refreshed every 2 seconds.

1 / 6

Core concepts

BypassData is a gateway. Clients connect to one of its proxy ports; for every connection it decides whether the traffic should go out directly (from your server’s IP) or through an upstream proxy. A few ideas make everything else click:

Direct vs. proxied

Direct traffic leaves from your own server. Proxied traffic is forwarded to an upstream proxy you configured. Routing rules choose between the two.

Never-bypass guard

A protected list of domains that must always be proxied and never go direct. It is checked before every other rule, so those domains can never leak your real IP.

Auto-bypass

An optional engine that watches live bandwidth and moves heavy traffic onto a proxy pool once it passes a threshold you set.

Resource proxy pools

A named group of upstream proxies. Ports and rules send proxied traffic to a pool rather than to a single fixed proxy.

The control panel

Everything is managed from the built-in web panel. Log in as admin (change the initial password right away). The dashboard shows active ports, live throughput, and the direct-vs-proxy split at a glance.

  • Dashboard — real-time traffic, active ports, and recent activity.
  • Ports — create and configure proxy ports and their authentication.
  • Routing — manage bypass lists, proxy lists, and the never-bypass guard.
  • Pools — define resource proxy pools and auto-bypass thresholds.
  • Audit log — a record of every sensitive change.

Proxy ports & authentication

A proxy port is what your clients actually connect to. Each port has its own authentication and its own routing behaviour. You can run hundreds of them.

Authentication modes

  • IP whitelist — only listed client IPs may connect.
  • Username / password — clients must supply valid credentials.
  • Whitelist + username/password — both conditions must pass.
  • Open — no authentication. Strongly discouraged on any public address; the panel warns you.
Keep public ports authenticatedIf BypassData listens on a public address, an open port becomes an unauthenticated proxy anyone can use. Always require a whitelist or credentials.

Routing rules

Routing rules decide, per domain, whether a connection goes direct or through a proxy. They are evaluated in a fixed order:

  1. The never-bypass guard runs first. If the destination matches, it is always proxied.

  2. Then your domain rules apply — a bypass list (go direct) or a proxy list (go through a proxy), depending on the mode you chose.

  3. If auto-bypass is enabled, live-load logic can move heavy traffic to a pool.

Bypass list vs. proxy list

In bypass-list mode, everything is proxied except the domains you list as direct. In proxy-list mode, everything is direct except the domains you list as proxied. Choose whichever matches how much of your traffic should be proxied by default.

Proxy pools & auto-bypass

A resource proxy pool is a named set of upstream proxies. Rules and ports target a pool, so you can change the underlying proxies without touching every rule.

Auto-bypass

Set a bandwidth threshold and a target pool. When live traffic on a port crosses the threshold, BypassData shifts it onto the pool automatically — useful for keeping heavy downloads off a metered proxy, or the reverse.

Pointing your clients at a port

To use a port, point your application or device at it as a proxy, using the port’s address and (if set) its credentials. Anything the client sends is then subject to your routing rules.

TCP onlyBypassData proxies and routes TCP connections. It does not forward UDP, so UDP-dependent workloads are out of scope.

Monitoring & audit log

The dashboard streams live throughput per port and the overall direct-vs-proxy ratio, so you can always see where traffic is going. Separately, the audit log records sensitive changes — who changed what, and when — for later review.

Best practices

A few habits that keep a deployment safe and predictable:

  • Never leave a port on open auth if BypassData listens on a public address.
  • Put anything that must never reveal your real IP on the never-bypass guard.
  • Keep the admin panel local — reach it over an SSH tunnel, not exposed on a public address.
  • Change the initial admin password immediately, and back up your data folder.

Back to install guide