Install Guide - Linux
  • 01 Oct 2024
  • 1 Minute to read
  • PDF

Install Guide - Linux

  • PDF

Article summary

Server Edition Only

This article is applicable only to Validatar Server.

Installation Scripts

To install Validatar on Linux, you must download and execute a script on the server. Find the appropriate script for your variant of Linux below. Given the varied setup of Linux across organizations, these scripts serve as a starting point and may require modifications to align with your specific environment.

Ubuntu 20.04

wget -N https://admin.validatar.com/assets/releases/2024-3/install-ubuntu-20-04.sh
sudo chmod u+x install-ubuntu-20-04.sh
sudo bash install-ubuntu-20-04.sh

Ubuntu 22.04

wget -N https://admin.validatar.com/assets/releases/2024-3/install-ubuntu-22-04.sh
sudo chmod u+x install-ubuntu-22-04.sh
sudo bash install-ubuntu-22-04.sh

Red Hat 9

curl --output install-redhat-9.sh https://admin.validatar.com/assets/releases/2024-3/install-redhat-9.sh
sudo chmod u+x install-redhat-9.sh
sudo bash install-redhat-9.sh

Viewing Validatar after Install

Open a browser on a different computer and enter the IP address of the Validatar server.


Was this article helpful?