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
  4. 
    echo 'deb http://download.axxonsoft.com/debian-repository 
  5. weekly
  6. stretch backports/main
  7. backports/
  8. ' | sudo tee -a /etc/apt/sources.list.d/axxonsoft.list
    echo 'deb http://download.axxonsoft.com/debian-repository stable main' | sudo tee -a /etc/apt/sources.list.d/axxonsoft.list
  9. 
    wget --quiet -O - "http://download.axxonsoft.com/debian-repository/info@axxonsoft.com.gpg.key" | sudo gpg 
  10. apt
  11. --
  12. key
  13. dearmor -
  14. -keyring
  15. o /etc/apt/trusted.gpg.d/axxonsoft.gpg 
  16. add -
  17. && sudo apt-get update
  18. To download
  19. Download the
  20. 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...
  21. 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
  22. Example of packages required to install the server side:

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

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

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

  42. 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
  43. server

    axxon-one_%version.number%_all.deb

    or axxon-one-raft_

  44. 1
  45. %version.

  46. 9.0
  47. number%_amd64.deb

  48. Example of packages required
  49. Package for the

  50. Server and Client
  51. Server installation type

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

  54. 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).
  55. Unzip the downloaded files.
  56. 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
  57. It is not allowed to
  58. Install Axxon One using the following command:

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

  60. You cannot simultaneously install the regular

  61. Server
  62. server and the Failover

  63. Server
  64. server.

  65. During theAxxon One Server installation, the installer will request the name of the domain for the Axxon One
  66. Server
  67. server. If you leave this field blank, you can later specify it on the
  68. Client
  69. client at the first connection.
    Image Modified
  70. If necessary, you can change the
  71. Server
  72. server configuration after installation (see Changing the configuration of the Axxon One Server
  73. configuration change on
  74. 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.

...

.