Go to documentation repository
Page History
To install the the Axxon One Server manually, do the following:
Add the repositories by sequentially running the following commands:
Code Block language bash echo 'deb http://download.axxonsoft.com/debian-repository buster
stretchmain backports/main' | sudo tee -a /etc/apt/sources.list.d/axxonsoft.list
echo 'deb http://download.axxonsoft.com/debian-repository
weekly mainstretch backports/main' | sudo tee -a /etc/apt/sources.list.d/axxonsoft.list
echo 'deb http://download.axxonsoft.com/debian-repository
stretch main backports/astra backports/stable main' | sudo tee -a /etc/apt/sources.list.d/axxonsoft.list
wget --quiet -O - "http://download.axxonsoft.com/debian-repository/info@axxonsoft.com.gpg.key" | sudo apt-key --keyring /etc/apt/trusted.gpg.d/axxonsoft.gpg add - && sudo apt-get update
- Download the necessary archive with packages to install Axxon One: https://www.axxonsoft.com/support/downloads/axxon-one-vms. You need either Server or Failover Server from the Linux 64-bit.deb section. The difference between Server and Failover Server is described in General information about installation in Linux OS.
The archive contains all necessary packages to install the Server:Package name Description axxon-drivers-pack_ 3%version. 73number%_amd64.deb DriversPack is required for IP devices support in Axxon One
axxon-detector-pack_ 3%version. 8number%_amd64.deb Basic DetectorPack package includes only Object tracker, Video clarity detector, Signal detector, Noise detector, Audio loss detector, and Motion detector
axxon-one-core_ 1%version. 9.0number%_amd64.deb
axxon-one_1.9.0_all.debRequired package
Example of packages required to install the Server
in the Failover mode:panelaxxon
-detector-
pack_3.8_amd64.deb
axxon-one
-core_
1%version.
9.0number%_
amd64all.deb
axxonor axxon-one-raft_
1%version.
9.0number%_amd64.deb
Example of packages required Package for the
Server and Client Server installation type
:or package for the Failover Server installation type
- Download video analytics packages if you plan to use them: https://www.axxonsoft.com/support/downloads/detector-pack (the Add-ons list in the Linux 64-bit.deb section).
- Unzip the downloaded files.
- Install DriverPack, DetectorPack and additional packages (if available) using the following command:
Code Block language bash sudo dpkg -i axxon-d*.deb || sudo apt-get install -f
Install Axxon One using the following command:
Code Block language bash sudo dpkg -i axxon-one*.deb || sudo apt-get install -f
Note title Attention! You cannot simultaneously install the regular Server and the Failover Server.
- During the Axxon One Server During the
- installation, the installer will request the name of the domain for the Axxon One Server. If you leave this field blank, you can later specify it on the Client at the first connection.
- If necessary, you can change the Server configuration after installation (see Changing the configuration of the Axxon One Server configuration change on
- in Linux OS).
title | Attention! |
---|
If you install Axxon One on AstraLinux SE, then instead of the commands from the step 1, you should sequentially run the following commands:
Install DetectorPack and DriverPack by sequentially running the following commands:
Code Block |
---|
sudo apt-get install axxon-drivers-pack
sudo apt-get install axxon-detector-pack |
If necessary, install the add-ons to the basic DetectorPack (see Installing add-ons to the basic DetectorPack in Linux OS).
Note | ||
---|---|---|
| ||
You must install DetectorPack and DriverPack before installing the main part of Axxon One. |
Server only:
Code Block |
---|
sudo apt install -d axxon-one |
Server and Client:
Code Block |
---|
sudo apt install -d axxon-one-client |
By default, the files are downloaded to the /var/cache/apt/archives folder. If it is necessary to download the files to another folder, run the following command:
Code Block |
---|
sudo apt-get install -d axxon-one -o=dir::cache=/home/user/Downloads/ |
In this case, the packages will be downloaded to the /home/user/Downloads folder.
Note | ||
---|---|---|
| ||
If you plan to install the downloaded packages on another computer with no Internet access, then the OS version on that computer should match the OS version of the computer on which the packages were downloaded. |
To install the previously downloaded packages, run the command:
Code Block |
---|
sudo dpkg -i /home/user/Downloads/*.deb || sudo apt-get install -f -y |
where
user—user name;
Downloads—folder with downloaded packages.
Note | ||
---|---|---|
| ||
The folder should not contain other packages. It is not allowed to simultaneously install the regular Server and the Failover Server. |
title | Package examples |
---|
Example of packages required to install the Server side:
panelPanel |
---|
axxon-drivers-pack_3.73_amd64.deb
axxon-detector-pack_3.8_amd64.deb
axxon-one_1.9.0_all.deb
axxon-one-core_1.9.0_amd64.deb
axxon-one-client-bin_1.9.0_amd64.deb
axxon-one-client_1.9.0_all.deb |
Installation is complete.