Sentinel Server Update

Download the Sentinel application package to your folder, using your email and password:

cd /home/user/Downloads/

wget --ask-password https://data.sentinelsoftware.com/releases/sentinel-21.x.x.jar \
--user=<user-email>

Copy the Sentinel server file to the installation folder. opt/sentinel/ :

cp /home/user/Downloads/sentinel-21.x.x.jar /opt/sentinel/
ln -sf sentinel-21.x.x.jar sentinel.jar
systemctl restart sentinel

Restart NGINX service:

systemctl restart nginx

Using a Chrome browser (require), enter the Sentinel domain to load the application.

Last updated