In this KB article, you will learn how to install the USS Gateway over a Ubuntu Server so that customers can install the gateway onto a Physical Server


Step 1: 

Install Ubuntu Server 20.04: https://releases.ubuntu.com/focal/

Follow installation steps until come to "Upgrade to latest installer" and skip this step, do not upgrade to the new installer. 

Then its just a case of installing the Ubuntu Server



Step 2: 

Install the USS Gateway Package over the Ubuntu Server by following these steps: 

- type: sudo su followed by the admin password again to gain superuser access

- type: wget https://downloads.clouduss.com/gateway/packages/ussgateway_2.0.64-d9e59ec_amd64.deb then hit Enter

- type: sudo apt -f install ./ussgateway_2.0.64-d9e59ec_amd64.deb then hit Enter

- type: reboot

- type: sudo su 

- type: apt-add-repository ppa:ondrej/php

- type: apt-get install php8.0 php8.0-cli php8.0-common php8.0-fpm php8.0-pgsql php8.0-ldap

- type: reboot 

- Access the Gateway UI, and connect it to your account. If Proxy and Services are red, run the following:

- type: systemctl start ussgw_sysmond


Check Gateway Version:

dpkg -l | grep uss