Ninja Linux Remote Access Tool

Modified on Wed, 1 Apr at 12:41 PM

Quick copy and paste, 


Step 1: Enable Linux in your Organization settings

  1. Go to Administration
  2. Select Organizations
  3. Click on your Organization
  4. Navigate to NinjaOne Remote
  5. 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

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article