Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

To install the 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
  11. stable main
  12. backports/astra backports/main
  13. ' | sudo tee -a /etc/apt/sources.list.d/axxonsoft.list
  14.    
  15. 
    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 
  16. - apt
  17. -
  18. get updateTo 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
    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...

    Example of packages required to install the server side:

  19.  && sudo apt-get update 
  20. 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
  21. panel
  22. axxon-drivers-pack_
  23. 3
  24. %version.
  25. 73
  26. number%_amd64.deb
  27. DriversPack is required for IP devices support in Axxon One

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

    axxon-one-core_
  33. 1
  34. %version.
  35. 9.0
  36. number%_amd64.deb
  37. axxon-one_1.9.0_all.deb
  38. Required package

  39. Example of packages required
  40. to install the Server

  41. in the Failover mode:panel
  42. axxon-drivers-pack_3.73_amd64.deb
  43. axxon-

  44. detector-pack_3.8_amd64.deb axxon-
  45. one

  46. -core
  47. _

  48. 1
  49. %version.

  50. 9.0
  51. number%_

  52. amd64
  53. all.deb

  54. axxon
  55. or axxon-one-raft_

  56. 1
  57. %version.

  58. 9.0
  59. number%_amd64.deb

  60. Example of packages required
  61. Package for the

  62. Server and Client
  63. Server installation type

  64. : 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
  65. or package for the Failover Server installation type

  66. 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).
  67. Unzip the downloaded files.
  68. 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
  69. It is not allowed to
  70. Install Axxon One using the following command:

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

  72. You cannot simultaneously install the regular Server and the Failover Server.

  73. During the Axxon One Server 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.
    Image Modified
  74. If necessary, you can change the Server configuration after installation (see Changing the configuration of the Axxon One Server
  75. configuration change on
  76. 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.

...

.