Comment on page
Adding Devices
Any networking configuration changes to your Cloud C² Server (hostname, port, protocol) REQUIRE you to redeploy your device.config to any previously connected devices -- as it contains the information to properly communicate with C²
Begin by logging in to the Cloud C² web interface.
- From the device listing tab, click the (+) Add Device button
- Name the device, select the device type (e.g. WiFi Pineapple, Shark Jack), add an optional description and click Add Device

- Click the on the name of the newly added device from the device listing tab
- From the devices tab, click the setup button to download the
device.config
provisioning file - Copy the
device.config
provisioning file to the device's/etc/
directory

For example:
WiFi Pineapple – put
device.config
in /etc/
scp device.config [email protected]:/etc/
WIFI PINEAPPLE MARK VII and WIFI PINEAPPLE ENTERPRISE
With the WiFi Pineapple Mark VII, in addition to the above scp example, the
device.config
provisioning file may be uploaded from the web interface via the settings page.LAN Turtle – put
device.config
in /etc/
scp device.config [email protected]:/etc/
Packet Squirrel – put
device.config
in /etc/
scp device.config [email protected]:/etc/
Shark Jack – put
device.config
in /etc/
and use C2CONNECT
in your payloadscp device.config [email protected]:/etc/
Then add the following to your payload:
C2CONNECT
Signal Owl – put
device.config
in /etc/
and use C2CONNECT
in your payloadscp device.config [email protected]:/etc/
Then add the following to your payload:
C2CONNECT
Copy the
device.config
file to the root of the Micro SD card.Copy the
device.config
file to the root of the udisk in arming mode.Deploy the device with Internet access as per usual and upon bootup the device will connect to this Cloud C² instance.
Last modified 4mo ago