Skip to main content

Run the OPC install script

in Install on Linux
Authors list
Опубликованный: 29 июн. 2022 г.|Last updated: 6 мар. 2024 г.

The Deskpro On-Premise Controller can be installed through one of the following commands:

Ubuntu / DebianCopy link to Ubuntu / Debian to clipboard

curl https://get.deskpro.com/installer.sh -o /tmp/installer.sh && sudo bash /tmp/installer.sh
copy

RHEL / AlmaLinux / Rocky LinuxCopy link to RHEL / AlmaLinux / Rocky Linux to clipboard

curl https://get.deskpro.com/installer.sh -o /tmp/installer.sh && sudo dnf install -y tar && sudo bash /tmp/installer.sh
copy

This will install all the dependencies for the On-Premise Controller and Deskpro to run on your server

Once the installer has finished, you will see a welcome screen: image.png

This will then prompt you to select the IP address for your management interface: image.png

Note


These are IP addresses which Deskpro has been able to identify from the server, but this may not display any IPs mapped via NAT or proxy.

In this instance, we recommend selecting the Local IP address.

If you do use a NAT or Proxy address, you may need to manually change any URLs in your browser to use those addresses until the OPC has been fully configured.

Once the OPC has finished installing, it will run through it's initialization checks, then will complete with a link to access the On-Premise Controller within your browser image.png

ПолезноUnhelpful

6 of 6 people found this page helpful

next pageVMWare Prerequisites
previous pageLinux Prerequisites

Please log in or register to submit a comment.