This page walks you through two ways to use Private AI Link:
Choose Option A if you only need access while you are at home or in your office. Choose Option B if you want to reach your private AI from anywhere with an internet connection.
1. Install a local AI engine such as Ollama or LM Studio on your computer.
2. Download and install at least one open-source model (for example, Llama, Gemma, or Mistral).
3. Start the AI service:
For Ollama (example command):
ollama serve
For LM Studio, open the application and enable its local server or API mode if available.
Keep this computer running while you use Private AI Link. This is your local AI “Home Box”.
On Windows:
On macOS or Linux:
You now have a private AI assistant that works over local Wi-Fi without using the internet. All data stays inside your own network.
Use this option if you want to access your local AI from outside your home or office, for example over mobile data or public Wi-Fi.
On Windows (using Winget, run in Command Prompt or PowerShell):
winget install --id Cloudflare.cloudflared
On macOS (Homebrew example):
brew install cloudflared
On Linux:
sudo apt install cloudflared
From a terminal on your AI computer, run:
cloudflared tunnel --url http://localhost:11434
Replace 11434 with your local AI server port if different.
Cloudflare will print a public HTTPS URL, for example:
https://silver-meadow-1234.trycloudflare.com
Keep this terminal window open while you are using the tunnel. If you close it, the tunnel stops.
Note: Every time you restart the temporary tunnel, Cloudflare may give you a new URL. For a permanent custom address (for example, https://ai.yourdomain.com), you can create a named tunnel and tie it to your own domain through Cloudflare.
Option A gives you a completely offline, private AI assistant that works over your local Wi-Fi. Option B adds secure remote access through Cloudflare Tunnel so you can reach your AI from anywhere. In both cases, the AI engine runs on your own machine and your data stays under your control.
← Back to Home |
About
© 2025 Private AI Link. All rights reserved.
Contact: info@privateailink.com