- Slack:
/msg @Kolide installers
- Select platform and wait for Kolide to create your installer
- Install package (xkxp-*-kolide-launcher.{pkg,msi,deb,rpm})
- Wait a couple of minutes to let Kolide initialize device state
- Check your devices status:
/msg @Kolide status
and fix errors if there are any
- [if you had navtunnel]: uninstall navtunnel
- install Kolide agent
curl https://device.nais.io/install.sh | bash
(you might be prompted for password)- Command+Space ->
naisdevice
-> systray icon -> connect (allow ~20 seconds before filing issues)
- install Kolide agent
- Download and install WireGuard
- Download
device-agent.exe
anddevice-agent-helper.exe
latest naisdevice release - Optional: place files in a directory for easier access
- Launch
cmd.exe
- go to dir with exe files and run
device-agent-helper.exe --config-dir "%appdata%\naisdevice" --install
- run
device-agent.exe
- install Kolide agent
- Install wireguard
sudo add-apt-repository ppa:wireguard/wireguard
sudo apt install wireguard
- Clone repo:
git clone https://github.com/nais/device
- Make binaries:
cd device && make local
- Run agent:
./bin/device-agent
- in kubeconfigs repo:
git pull && git checkout naisdevice
sudo sed -i -e '/\# NAV MANAGED/,/\# END NAV MANAGED/d' /private/etc/hosts
sudo rm -rf "/Applications/navtunnel.app"
networksetup -setautoproxystate "Wi-Fi" off