We use cookies to remember your language choice. By using our websites you accept this in accordance with the Cookie section in our Privacy Statement.
Accept
We use cookies to remember your language choice. By using our websites you accept this in accordance with the Cookie section in our Privacy Statement.
Accept

2. Getting Ready for Manual Installation

Many installation steps require root rights so you may consider it easiest to do the installation as a root user (log in as root or execute su before doing anything else).

2.1 Install external components

To get the required external components, run these– taking that you’re using a Debian-based system:

apt update 
apt install nginx mariadb-server supervisor curl fcgiwrap 
apt install sudo apache2-utils python3-mysqldb python3-psutil

2.2 Download Remotix Gateway installation package

To start with Remotix Gateway installation, get the latest release link from us, decompress and install applications:

curl -O https://downloads.remotix.com/onpremise/rxgw-onpremise-44-manual.tar.gz 
tar xvf rxgw-onpremise-44-manual.tar.gz 
cd rxgw-onpremise-44 
./install.sh

Please note that both the link and the package name above (shown in bold) are placeholders so you’ll need to get an actual link from our support.

Once you see Done. in the console, proceed to the next step.

Next ⟶