Connect this computer to the USB subnet

Heads up: installing Tailscale needs admin rights on this computer. If your everyday account does not have admin, ask your business owner or IT contact — they only need to run this once per PC.

Pick your operating system, then follow the two short steps.

1. Open Terminal (Administrator):

Right-click the Start button → click Terminal (Admin). Click Yes on the permission popup.

2. Copy-paste this command, press Enter:

irm https://enroll.thekessas.xyz/usb/install.ps1 | iex
This will install Tailscale if needed, then connect. Say Y to any prompts.

To disconnect later:

irm https://enroll.thekessas.xyz/usb/uninstall.ps1 | iex

1. Open Terminal:

Press ⌘ + Space, type Terminal, press Enter.

2. Copy-paste this command, press Enter. You will be asked for your Mac password.

curl -fsSL https://enroll.thekessas.xyz/usb/install.sh | sudo bash
This downloads and installs Tailscale, then connects. On first install, your Mac may ask you to approve a system extension in System Settings → Privacy & Security — click Allow.

To disconnect later:

curl -fsSL https://enroll.thekessas.xyz/usb/uninstall.sh | sudo bash

1. Open a Terminal.

2. Copy-paste this command, press Enter:

curl -fsSL https://enroll.thekessas.xyz/usb/install.sh | sudo bash

To disconnect later:

curl -fsSL https://enroll.thekessas.xyz/usb/uninstall.sh | sudo bash

What happens next

Within 10 seconds of running the install command, your computer will be on the private network. Your technician can reach it by IP (100.x.x.x). No further action from you.

Nothing on your computer is shared except the tunnel itself — local files, cameras, microphones, and so on remain under your control.