Setup

Install & connect to the YuraNetwork tunnel

Two options: Control Panel (easy) or Manual scripts. Either way, .yura only works when connected with DNS set to 10.77.0.1.

Required DNS: 10.77.0.1 while connected.

Choose your OS

Option A — Control Panel (recommended)

  1. Download Control Panel: Yura Tunnel Control (MSI)
  2. Install and open the control panel.
  3. Click Connect and wait for “Tunnel Active”.
  4. Test: open https://yurasearch.yura (inside tunnel)
If you want the browser helpers too: YuraBrowser-Windows.ps1

Option B — Manual (PowerShell scripts)

  1. Download: YuraConnect.ps1
  2. Run in PowerShell (not CMD):
powershell -ExecutionPolicy Bypass -File .\\YuraConnect.ps1
Disconnect:

Install prerequisites

# Ubuntu/Debian sudo apt update sudo apt install -y wireguard resolvconf curl
Optional helper: YuraBrowser-Linux.sh

Manual connect

  1. Download: YuraConnect.sh
  2. Run:
chmod +x YuraConnect.sh sudo ./YuraConnect.sh
Disconnect:
chmod +x YuraDisconnect.sh sudo ./YuraDisconnect.sh

Option A — WireGuard App

  1. Install WireGuard from the Mac App Store.
  2. Import the config (token flow / provided file).
  3. Ensure DNS is set to 10.77.0.1 in the tunnel profile.
  4. Test: yurasearch.yura
Optional helper: YuraBrowser-macOS.sh

Option B — Script

  1. Download: YuraConnect.sh
  2. Run:
chmod +x YuraConnect.sh sudo ./YuraConnect.sh
Disconnect:

After you connect

Discover sites (inside-only)

Use Yurasearch inside the tunnel. This public site does not list domains or counts.

Disconnect

When you’re done, disconnect cleanly.

Publish your own website

Yura Site Kit (recommended)

Generate a zip that includes scripts + a starter site. It will register a .yura domain and route it to your tunnel IP.

Troubleshooting

  • .yura doesn’t load → DNS not set to 10.77.0.1
  • Scripts fail → run as admin/sudo
  • Windows scripts → PowerShell, not CMD