Your company has 200 workstations across 5 departments in 2 offices. Each department needs its own isolated network segment. You need encrypted connectivity between all of them — today. With Ghost Networks and Helbind Keys, the entire rollout takes less than 2 minutes of admin time.
The Scenario
200 workstations, 5 departments (Engineering, Sales, HR, Finance, Operations), 2 cities. Each department gets its own Phantom Hub — devices can only see others in the same hub. The admin creates everything from the CLI.
Step 1: Create 5 Helbind Keys
One key per department. Each allows up to 40 devices and expires in 2 years. The admin runs 5 commands:
Step 2: Write the Boot Script
Create a single script that downloads the Ghost Connector, installs it, and joins the network using the department's Helbind Key. This script runs once — on first boot or via Group Policy / Ansible / MDM.
[string]$Dept)
Step 3: Distribute
Push the script to each department's machines. Use whatever deployment tool you already have:
Result
Machines boot up, run the script, and join the correct department hub automatically. No user interaction. No VPN client to configure. No firewall rules. Each device is immediately part of its encrypted mesh.
Bonus: Phone Home Script
Want to know which machines successfully joined? Add a phone-home call at the end of the script. Each machine reports its Ghost IP, hostname, and department to a simple endpoint running on your admin server.
Add to the end of your deploy script:
On your admin machine (inside the Ghost network), run a simple listener:
Now you have a live inventory of every machine that joined — with Ghost IP, hostname, OS, and department. All over the encrypted mesh.