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 
  2. stretch
  3. buster main backports/main' | sudo tee -a /etc/apt/sources.list.d/axxonsoft.list
    echo 'deb http://download.axxonsoft.com/debian-repository 
  4. weekly main
  5. stretch backports/main' | sudo tee -a /etc/apt/sources.list.d/axxonsoft.list
  6. wget --quiet -O - "http://download.axxonsoft.com/debian-repository/info@axxonsoft.com.gpg.key" | apt-key --keyring /etc/apt/trusted.gpg.d/axxonsoft.gpg add -
  7. 
    
  8. apt-get update Note
    titleAttention!

    If you install Axxon One on AstraLinux SE, then instead of commands from 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.    
  13. 
    wget --quiet -O - "http://download.axxonsoft.com/debian-repository/info@axxonsoft.com.gpg.key" | sudo gpg 
  14. apt
  15. --
  16. key
  17. dearmor -
  18. -keyring
  19. o /etc/apt/trusted.gpg.d/axxonsoft.gpg && 
  20. add
  21. sudo 
  22. -
  23. apt-get update
  24. To download
  25. Download the
  26. 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

    user − user name;
    Downloads − folder with downloaded packages.

    Expand
    titlePackage examples...
  27. 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
  28. Example of packages required to install the server side:

    panel
  29. axxon-drivers-pack_
  30. 3
  31. %version.
  32. 73
  33. number%_amd64.deb
  34. DriversPack is required for IP devices support in Axxon One

    axxon-detector-pack_
  35. 3
  36. %version.
  37. 8
  38. number%_amd64.deb
  39. Basic DetectorPack package includes only Object tracker, Video clarity detectorSignal detectorNoise detectorAudio loss detector, and Motion detector

    axxon-one-core_
  40. 1
  41. %version.
  42. 9.0
  43. number%_amd64
  44. .deb axxon-one_1.9.0_all
  45. .deb
  46. Example of packages required
  47. Required package to install the

  48. Server in the Failover mode:panel
  49. server

    axxon

  50. -drivers
  51. -

  52. pack_3.73_amd64.deb axxon-detector-pack_3.8_amd64.deb axxon-
  53. one

  54. -core
  55. _

  56. 1
  57. %version.

  58. 9.0
  59. number%_

  60. amd64
  61. all.deb

  62. axxon
  63. or axxon-one-raft_

  64. 1
  65. %version.

  66. 9.0
  67. number%_amd64.deb

  68. Example of packages required
  69. Package for the

  70. Server and Client
  71. Server installation type

  72. : Panelaxxon-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
  73. or package for the Failover server installation type

  74. 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).
  75. Unzip the downloaded files.
  76. 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
  77. It is not allowed to
  78. Install Axxon One using the following command:

    Code Block
    languagebash
    sudo dpkg -i axxon-one*.deb || sudo apt-get install -f
    Note
    titleAttention!
  79. The folder should not contain other packages.

  80. You cannot simultaneously install the regular

  81. Server
  82. server and the Failover

  83. Server
  84. server.

  85. During theAxxon One Server installation, the installer will request the name of the domain for the Axxon One
  86. Server
  87. server. If you leave this field blank, you can later specify it on the
  88. Client
  89. client at the first connection.
    Image Modified
  90. If necessary, you can change the
  91. Server
  92. server configuration after installation (see Changing the configuration of the Axxon One Server
  93. configuration change on
  94. in Linux OS).  

Installation is complete.

You can install the Axxon DetectorPack and Drivers Pack from the repository. To do this, sequentially run the following commands:

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

...

titleAttention!

The Axxon DetectorPack and Drivers Pack should be installed from the repository before installing the main part of Axxon One.

...

.