Quick copy and paste,
Step 1: Enable Linux in your Organization settings
- Go to Administration
- Select Organizations
- Click on your Organization
- Navigate to NinjaOne Remote
- Enable support for Linux OS types
Step 2: Install required dependencies on your Linux devices
Since Linux Remote is currently in Beta, you’ll need to install some prerequisites manually on each device.
You can do this either via:
- Remote command line in NinjaOne, or
- Script automation
Use the appropriate command based on your OS:
For Debian-based systems (e.g. Ubuntu):
sudo apt install libxcb-xinput0 libxcb-xinerama0 libxcb-cursor0 libopengl0 -y
For RedHat x64 systems:
sudo yum install xcb-util-cursor.x86_64 xcb-util-wm.x86_64 xcb-util-keysyms.x86_64 libglvnd-opengl -y
For RedHat arm64 systems:
sudo yum install xcb-util-cursor.aarch64 xcb-util-wm.aarch64 xcb-util-keysyms.aarch64 libglvnd-opengl -y
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article