Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Note
titleAttention!

Before installation, we strongly recommend that you read the restrictions on names of servers and computers in Axxon One (see Limitations of Axxon One in Linux OS).

To install the Axxon One server To install the Axxon One Server manually, do the following:

  1. Add the repositories by sequentially running the following commands:

    Code Block
    languagebash
    echo 'deb http://download.axxonsoft.com/debian-repository buster 
  2. stretch
  3. main backports/main' | sudo tee -a /etc/apt/sources.list.d/axxonsoft.list
  4. 
    echo 'deb http://download.axxonsoft.com/debian-repository 
  5. weekly main
  6. stretch backports/main' | sudo tee -a /etc/apt/sources.list.d/axxonsoft.list
  7. 
    
  8. 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 Note
    titleAttention!

    If you install Axxon One on AstraLinux SE, then instead of the commands from the step 1, you should sequentially run the following commands:

    Code Block
  9. echo 'deb http://download.axxonsoft.com/debian-repository 
  10. stretch main backports/astra backports/
  11. stable main' | sudo tee -a /etc/apt/sources.list.d/axxonsoft.list
  12. 
    wget --quiet -O - "http://download.axxonsoft.com/debian-repository/info@axxonsoft.com.gpg.key" | sudo gpg 
  13. apt
  14. --
  15. key
  16. dearmor -
  17. -keyring
  18. o /etc/apt/trusted.gpg.d/axxonsoft.gpg
  19. add -
  20.  && sudo apt-get update
  21. Install DetectorPack and DriverPack by sequentially running the following commands:

    Code Block
    sudo apt-get install axxonsoft-drivers-pack
    sudo apt-get install axxonsoft-detector-pack

    If necessary, install the add-ons to the basic DetectorPack (see Installing add-ons to the basic DetectorPack in Linux OS).

    Note
    titleAttention!

    You must install DetectorPack and DriverPack before installing the main part of Axxon One

    To download the packages, run one of the following commands:

    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
    titleAttention!

    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

    useruser name;
    Downloads—folder with downloaded packages.

    Note
    titleAttention!

    The folder should not contain other packages.

    It is not allowed to simultaneously install the regular Server and the Failover Server.

    Expand
    titlePackage examples...
  22. 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 nameDescription
  23. Example of packages required to install the Server side:

    panel
  24. axxon-drivers-pack_
  25. 3
  26. %version.
  27. 73
  28. number%_amd64.deb
  29. DriversPack is required for IP devices support in Axxon One

    axxon-detector-pack_
  30. 3
  31. %version.
  32. 8
  33. number%_amd64.deb
  34. Basic DetectorPack package includes only Object tracker, Video clarity detectorSignal detectorNoise detectorAudio loss detector, and Motion detector

    axxon-one-core_
  35. 1
  36. %version.
  37. 9.0
  38. number%_amd64
  39. .deb axxon-one_1.9.0_all
  40. .deb
  41. Example of packages required
  42. Required package to install the

  43. Server in the Failover mode: Panelaxxon-drivers-pack_3.73_amd64.deb axxon-detector-pack_3.8_amd64.deb axxon-one-core_1.9.0_amd64.deb axxon
  44. server

    axxon-one_%version.number%_all.deb

    or axxon-one-raft_

  45. 1
  46. %version.

  47. 9.0
  48. number%_amd64.deb

  49. Example of packages required
  50. Package for the

  51. Server and Client
  52. Server installation type

  53. :
    Panel
    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
  54. or package for the Failover server installation type

  55. 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).
  56. Unzip the downloaded files.
  57. Install DriverPack, DetectorPack and additional packages (if available) using the following command:
    Code Block
    languagebash
    sudo dpkg -i axxon-d*.deb || sudo apt-get install -f
  58. Install Axxon One using the following command:

    Code Block
    languagebash
    sudo dpkg -i axxon-one*.deb || sudo apt-get install -f
    Note
    titleAttention!

    You cannot simultaneously install the regular server and the Failover server.

  59. During the Axxon One Server
  60. During the
  61. installation, the installer will request the name of the domain for the Axxon One
  62. Server
  63. server. If you leave this field blank, you can later specify it on the
  64. Client
  65. client at the first connection.
    Image Modified
  66. If necessary, you can change the
  67. Server
  68. server configuration after installation (see Changing the configuration of the Axxon One Server
  69. configuration change on
  70. in Linux OS).  

Installation is complete.