Web user interface
Basic Features
An administrator can provide users with a login and password to simplify the distribution of configurations. Users can then log into the web interface and access all the configurations they need for their PC.
After logging in with email and password, the user can go to their profile in the top right corner, select “Settings” and click on their name.
Updating User Information
Users can update their first and last names by filling in the “First” and “Last” fields with the required data. After making changes, they must scroll down the page and click “Save changes.”
The user can also change their password. To do this, they must fill in “New password” and confirm it in the “Confirm new password” field.
Important: e-mail cannot be changed.
VPN Client Settings
When entering the personal account, each user will see a QR code for client settings (see Figure 1).
Figure 1. QR Code for Client Settings
It is also possible to download a zip archive with all settings. Click the “Download configs” button to download the archive with configurations.
Structure of archive with configuration files:
.
├── ipsec
│ ├── apple
│ │ └── testuser123.mobileconfig
│ └── manual
│ └── testuser123.conf
└── wireguard
├── apple
│ ├── ios
│ │ └── testuser123.mobileconfig
│ └── macos
│ └── testuser123.mobileconfig
├── testuser123.conf
└── testuser123.png
As you can see, configuration files are created for each user for WireGuard and IPsec.