Linux
This guide will help you install vScope on a Debian-based Linux distribution using our repository.
Download package
Section titled “Download package”Directly download and install vScope using the provided .deb package. Download Latest vScope Server for Linux
Install from Repository
Section titled “Install from Repository”Import the InfraSight Labs GPG Key
Section titled “Import the InfraSight Labs GPG Key”All packages are signed with the InfraSight Labs Signing Key (PGP key 024284EA with fingerprint:
6198 C465 A90C 5311 BAED 1948 2BDB 7158 0242 84EA).
Run the following command to import the signing key:
wget -O - https://debian.vscope.net/infrasightlabs.com.gpg.key | sudo tee /etc/apt/trusted.gpg.d/vscope.gpgAlternatively, import the key from a public PGP key server:
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 024284EAAdd the vScope APT Repository
Section titled “Add the vScope APT Repository”To enable the vScope package repository, run:
echo 'deb [signed-by=/etc/apt/trusted.gpg.d/vscope.gpg] http://debian.vscope.net release main' | sudo tee /etc/apt/sources.list.d/vscope.listsudo apt updateInstall vScope Server Package
Section titled “Install vScope Server Package”Before installing, ensure apt-transport-https is installed (required for secure repository access):
sudo apt install -y apt-transport-httpsThen install the vScope Server:
sudo apt install -y vscopeserverFirst-time setup
Section titled “First-time setup”Open your browser and go to http://localhost/ to access the vScope web UI. You will be guided through the steps to create your first vScope user and registering your license.
Troubleshooting
Section titled “Troubleshooting”If you encounter issues, check the service status:
sudo systemctl status vscopeserverRestart the service if necessary:
sudo systemctl restart vscopeserverUninstall vScope (if needed)
Section titled “Uninstall vScope (if needed)”To remove vScope from your system, run:
sudo apt remove --purge vscopeserverThis will delete the installation but retain configuration and data. To remove all data, delete:
sudo rm -rf /var/lib/vscope