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.
Why do I need this?
Section titled βWhy do I need this?β- Safety First: Your database stays completely hidden from the public internet. Only AnalytAI can reach it through this private mesh network.
- Zero Configuration: You donβt need to touch your router settings, open ports, or set up βport forwarding.β NetBird handles all of that automatically.
- 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.
How It Works
Section titled βHow It Worksβ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 βββββββββββββββββ ββββββββββββββββπͺ Windows Setup Guide
Section titled βπͺ Windows Setup Guideβ1. Generate Setup Instructions
Section titled β1. Generate Setup Instructionsβ- Log into the AnalytAI Dashboard.
- Go to Settings β VPN Connections.
- Click βAdd Deviceβ, give it a name (e.g. βOffice PCβ), and click Create.
- Copy the generated command β it is shown only once, so save it somewhere safe.
2. Install NetBird
Section titled β2. Install NetBirdβ- Download the NetBird client from netbird.io/download.
- Run the installer and follow the prompts.
3. Connect to the Bridge
Section titled β3. Connect to the Bridgeβ- Open PowerShell as Administrator (right-click Start β βWindows PowerShell (Admin)β).
- Run the command shown in AnalytAI:
netbird up --management-url https://netbird.analytai.in --setup-key <SETUP_KEY>π Mac Setup Guide
Section titled βπ Mac Setup Guideβ1. Install NetBird
Section titled β1. Install NetBirdβOpen your Terminal and run:
brew install netbirdio/tap/netbirdsudo netbird service installsudo netbird service start2. Connect to the Bridge
Section titled β2. Connect to the BridgeβUse the command from AnalytAI after clicking Add Device:
netbird up --management-url https://netbird.analytai.in --setup-key <SETUP_KEY>π§ Linux Setup Guide
Section titled βπ§ Linux Setup Guideβ1. Install NetBird
Section titled β1. Install NetBirdβOpen your Terminal and run:
curl -fsSL https://pkgs.netbird.io/install.sh | sh2. Connect to the Bridge
Section titled β2. Connect to the BridgeβUse the command from AnalytAI after clicking Add Device:
netbird up --management-url https://netbird.analytai.in --setup-key <SETUP_KEY>Verify Connection β
Section titled βVerify Connection β βAfter running the connect command, verify everything is working:
netbird statusYou should see output like:
Management: ConnectedNetBird IP: 100.x.x.xInterface: netbird0In the AnalytAI dashboard, your device should now show as Connected π’.
Managing Your Devices
Section titled βManaging Your Devicesβ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.
π‘ Troubleshooting
Section titled βπ‘ Troubleshootingβ- 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 starton Mac / Linux. - Already registered? If your device was previously connected, run
netbird downfirst, thennetbird upagain with the new key.