Create Project
and enter your project name.Register Device
. A window will pop up with instructions on how to register a Linux device. Basically, all you need to do is run the shown command on the device's terminal.<USER_TOKEN>
with your private user token and <PROJECT_NAME>
with your project name.-n=<DEVICE_NAME>
at the end of the registration command (for example, you can use "$HOSTNAME" as your device name).-g=<GROUP_NAME>
at the end of the registration command (the group must exist).-s=<SOFTWARE_VERSION>
at the end of the registration command.systemd
or SysV
is installed.SysV
, make sure the systemd
directory doesn't exist: /etc/systemd/system
.user_token
and the project_name
are correct.Devices
category, click on the device you want to unregister, click on Edit Details
below at the General Details
section. A Delete device
button will appear. Click on it and the device will be unregistered from the dashboard. reboot
the device or restart Upswift service using the command: systemctl restart upswift
/ service upswift restart