Skip to content

Secure Bridge (VPN)

To give you powerful insights from your data, AnalytAI needs to β€œtalk” to your database. If your database is on your personal computer or a private office server, it is usually hidden from the internet for safety.

The Secure Bridge (powered by NetBird) creates a private, encrypted mesh network between AnalytAI and your machine β€” no complicated firewall rules or port forwarding required.


  1. Safety First: Your database stays completely hidden from the public internet. Only AnalytAI can reach it through this private mesh network.
  2. Zero Configuration: You don’t need to touch your router settings, open ports, or set up β€œport forwarding.” NetBird handles all of that automatically.
  3. End-to-End Encryption: Every byte of data travelling through the bridge is encrypted using WireGuard β€” a modern, high-speed VPN protocol trusted across the industry.

When you add a VPN device in AnalytAI, the system generates one-time setup instructions. You install the NetBird client on your machine, run the generated command, and your device joins the secure mesh network. AnalytAI can then reach your database directly over the private network without your data ever touching the public internet.

β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β” Encrypted Tunnel β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
β”‚ Your Machineβ”‚ ◄──── WireGuard (NetBird) ────► β”‚ AnalytAI β”‚
β”‚ (Database) β”‚ 100.x.x.x ↔ 100.x.x.x β”‚ Server β”‚
β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜ β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜

  1. Log into the AnalytAI Dashboard.
  2. Go to Settings β†’ VPN Connections.
  3. Click β€œAdd Device”, give it a name (e.g. β€œOffice PC”), and click Create.
  4. Copy the generated command β€” it is shown only once, so save it somewhere safe.
  1. Download the NetBird client from netbird.io/download.
  2. Run the installer and follow the prompts.
  1. Open PowerShell as Administrator (right-click Start β†’ β€œWindows PowerShell (Admin)”).
  2. Run the command shown in AnalytAI:
Terminal window
netbird up --management-url https://netbird.analytai.in --setup-key <SETUP_KEY>

Open your Terminal and run:

Terminal window
brew install netbirdio/tap/netbird
sudo netbird service install
sudo netbird service start

Use the command from AnalytAI after clicking Add Device:

Terminal window
netbird up --management-url https://netbird.analytai.in --setup-key <SETUP_KEY>

Open your Terminal and run:

Terminal window
curl -fsSL https://pkgs.netbird.io/install.sh | sh

Use the command from AnalytAI after clicking Add Device:

Terminal window
netbird up --management-url https://netbird.analytai.in --setup-key <SETUP_KEY>

After running the connect command, verify everything is working:

Terminal window
netbird status

You should see output like:

Management: Connected
NetBird IP: 100.x.x.x
Interface: netbird0

In the AnalytAI dashboard, your device should now show as Connected 🟒.


From the AnalytAI Dashboard β†’ Settings β†’ VPN Connections, you can:

  • Add Device to generate one-time connection instructions.
  • View all your connected devices and their live status.
  • Delete a device permanently to revoke its access.

  • Permission Denied? Always run your terminal or PowerShell as Administrator (Windows) or use sudo (Mac / Linux).
  • Key Expired? Setup instructions expire after 30 days by default for security. Generate fresh instructions by clicking Add Device again.
  • Connection Timeout? Make sure the NetBird service is running β€” sudo netbird service start on Mac / Linux.
  • Already registered? If your device was previously connected, run netbird down first, then netbird up again with the new key.