Configure Remote Access¶
This guide covers how to enable remote access on your devices and grant it to users.
Enable remote access¶
Remote access must be enabled before users can connect to devices.
- Select the group, tag, or device you want to configure, then open the Configure view (for a tag, this is the only available option).
- Go to the Settings section.
- Enable Remote console / remote access.
- Save and commit the configuration.
Settings can be applied per group, per tag, or per device. See Settings for details.
Remote access can also be fully disabled on the agent side by passing --disable-remote-access during bootstrap. If a device is not accepting remote connections, check both the platform settings and the agent configuration.
Grant remote access to a user¶
Users need the remote-access:connect permission to access devices remotely.
- Navigate to the Roles section (top-right menu) and click
+ Add role. - Enter a name and optional description.
- Enable the
remote-access:connectpermission. - Click
Create.
Then assign the role to a user:
- Navigate to the Users section (top-right menu).
- Find the user and open the actions menu (
⋮), then selectEdit. - Select the new role.
- Click
Save.
The user can now access devices remotely. With no resource restrictions, the role grants full remote access (console, tunnel, file transfer, and reload) on all devices. See Users and Roles for more on role management.
Verify the configuration¶
Log in as the user and attempt to open a console on a device:
- If remote access is working, the console opens and the user can run commands.
- If the user sees "Access denied", verify that the role includes
remote-access:connectand is assigned to the user.
Remote access events are recorded in the Audit Log.
What Next?¶
| I want to... | Go to |
|---|---|
| Restrict which actions or devices a role can access | Remote Access Permissions |
| Learn more about roles and permissions | Users and Roles |
| Access a device using qbee-connect | qbee-connect |
| Access a device using qbee-cli | qbee-cli |
| View remote access activity | Audit Log |