Skip to content

First VPN connection

Gather

The management url is: https://vpn.<toc_workspace>.<toc_parent_domain>

Initial setup-key for Netbird client is:

  • the value of the toc_vpn_setup_key_users variable.
  • in the group_vars/toc/secrets/admin_vpn_users.yml file.

To retrieve it:

Run
cat group_vars/toc/secrets/admin_vpn_users.yml \
| grep toc_vpn_setup_key_users -A1

Tip

Depending on your setup, this file might be ansible-vaulted , in this case you can:

Run
ansible-vault view group_vars/toc/secrets/admin_vpn_users.yml \
| grep toc_vpn_setup_key_users -A1

Operate

Once you have these value, follow the standard connection process.