Page History
...
AxxonData is a local version of the AxxonNet cloud service and it is used to work in local networks only. AxxonData is compatible with Axxon One version 1.0.4 and with the Axxon Next archive product.
List of supported Windows OS
...
Tip |
---|
...
...
To run AxxonData, we recommend using a computer with a 1.0 GHz processor with two or more cores and 2 GB RAM.
Disk subsystem requirements: 1 GB to install AxxonData and at a rate of 1.5 MB = 1000 events to store the events from the detection tools in the database.
You can use the following formulas to calculate the required space for storing events in the database:
T = E × 60 × 24 × 0.5 ÷ 1024²
where
- T is a total number of events in GB per day per camera;
- E is an average number of events per camera per minute;
- 60—minutes;
- 24—hours in a day;
- 0.5—coefficient;
- 1024²—GB.
Required space for D days in GB = C × T × D
where
- С is a total number of cameras;
- T is a total number of events in GB per day per camera;
- D is days of data storage.
Installation of AxxonData
Note | ||||
---|---|---|---|---|
| You cannot install AxxonData together with Axxon PSIM, because the CassiniService service is started during Axxon PSIM installation. This service runs on port 8081, the same port as the nginx service of AxxonData.||||
|
To install AxxonData, do the following:
- Download the distribution kit using the link.
- Run the AxxonData installer as an Administrator.
- Select the installation language and click OK.
- Click Next.
- Select the installation directory and click Next.
Select the access protocol for local cloud and click Next.
:HTTPS—a standard AxxonData installation will be performed using a certificate on port 443.
Note title Attention! If you install AxxonData using the HTTPS access protocol, then it won't be possible to update it to HTTP later.
HTTP—a standard AxxonData installation will be performed without encryption using port 80. In this case, to web access AxxonData and add Servers to it, you must open port 80 from Client devices or from the connected Axxon One Server
. If port 80 is busy (for example, if the Axxon One Server is running at the time of installation), you will be prompted to use port 8082.
- Click Next.
- To send email notifications, set specify the SMTP server settingsparameters. If you don't want to send notifications, you can skip this step. To set up an SMTP server, do the following:
- In the Server address field, enter the SMTP Server server for outgoing mail.
- In the Server port field, enter the port number used by the SMTP server for outgoing mail Server.
- In the User name field, enter the name full email of the account used to send messages on the SMTP server for outgoing mail Server.
- In the Password field, enter the password for the account on the outgoing mail Serverthe 16-character code without spaces generated when configuring the SMTP server for outgoing mail.
- In the Email to field, enter the email of the account on the outgoing mail to which a message will be sent about the correctness of the entered SMTP server parameters.
- Click the Test button.
Note title Attention! A message will be displayed if you specified the parameters of the SMTP server:
- Correctly: Test message is successfully sent. Please check your email.
- Incorrectly: An error occurred while sending the test message. Please check the parameters to connect to the SMTP Server.
- Click Next.
- In the Server address field, enter the SMTP Server server for outgoing mail.
- Click Next.
- Click Install.
AxxonData installation will start on your computer: - Click Finish and restart the computer.
Installation of AxxonData is complete. After installation, the AxxonData shortcut will be created on the desktop. Installation logs will be available in the C:\Users\User\AppData\Local\Temp folder, the product logs will be available in the C:\ProgramData\AxxonSoft\AxxonData and C:\ProgramData\AxxonSoft\AxxonNet folder.
AxxonData will be available at:
Connection protocol | Address |
---|---|
HTTPS | https://vmscloud.local |
HTTP | http://vmscloud.local |
By default, two test users are available:
- USER NAME OR EMAIL—Admin1, the password is PASSWORD—admin1password.
- USER NAME OR EMAIL—Admin2, the password is PASSWORD—admin2password.
These users can create other users, including the administrators. Names of users are case insensitive.
...
- On the computer on which the Axxon One Server is installed, specify the cloud address with the protocol.
- Start the Server.
- Follow these steps for all Servers of Axxon-domain.
- On computers without AxxonData installed, from which you need to connect to it:
In the hosts file (located at C:\Windows\System32\drivers\etc), set the IP address of the computer on which AxxonData is installed.
Info title Note The hosts file must be readable and writable, not read-only.
- Add the rootCA.pem certificate from the AxxonData installation directory to the trusted root certification authorities.
Code Block certutil –addstore -enterprise –f “Root” c:\rootCA.pem
- Configure security policies:
- Run the Local Group Policy Editor:
Code Block WIN+R → gpedit.msc
- Select Windows Settings → Security Settings → Public Key Policies → Certificate Path Validation Settings.
- Set the settings checkboxes in the Per user certificate stores section, and the Define these policy settings checkbox.
- Click Apply.
- Run the Local Group Policy Editor:
- Restart the computer.
...