I want to request to connect
Request to connect your Airwall Agent or Server to an Airwall secure network.
Set up my Airwall Agent Manually
- Open the Airwall Agent, and tap Get Started.
- From the menu, tap Profiles.
- Tap the plus (+) sign.
- Enter a name for your profile.
- Enter the Conductor address (URL or IP address).
- Tap Add.
- On the main page of your Airwall Agent, select the new profile, and slide the toggle to open the connection.
-
If you have an Activation Code, enter it in the Activation
Code or Invitation box.
If you do not have an Activation Code, send your Conductor administrator your device ID (shown on the profile page) and request they provision your device. Leave the Airwall Agent profile on while your administrator finds and provisions your device.
When your Airwall Agent shows you are connected to the Conductor, and you can reach assets in the Airwall secure network on your device. See Connect to an Airwall secure network.
Set up my Airwall Server Manually
Set up a Windows Airwall Server manually
- Open the Airwall Server, and from the menu, click Configure.
- At the bottom of the left side, click the plus (+).
- Enter your password to allow changes on your device.
- Enter a name for the new profile.
- Enter the Conductor URL or IP address provided by your Conductor administrator, and click OK.
- On the main page of your Airwall Server, select the new profile.
- Click the gear icon at the bottom of the profile list, and select Make Active.
- Send your Conductor administrator your device ID (shown on the profile page) and request they provision your device. Leave the Airwall Server profile on while your administrator finds and provisions your device.
Set up a Linux Airwall Server manually
-
To create a new profile and activate with an Activation code, enter:
sudo airctl profile create <profile_name> conductor=<conductor_url> invitation=<activation_code>
For example:sudo airctl profile create MyProfile conductor=cond.example.com invitation=45k234k678k901k
-
To modify an existing profile and activate with an Activation code, enter:
sudo airctl profile modify <profile_name> conductor=<conductor_url> invitation=<activation_code>
For example:sudo airctl profile modify MyProfile conductor=cond.example.com invitation=45k234k678k901k