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
AxxonData is available in Windows Server 2019, Windows Server 2022, and Windows 10.
Minimum requirements for installing and running AxxonData in Windows OS
To run AxxonData, we recommend using a computer with a 1.0 GHz processor with two or more cores and 2 GB RAM.
...
- С 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 | ||
---|---|---|
| ||
|
...
- 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.
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 protocol is available starting from Axxon One 1.9.
- If you select the HTTPS protocol, AxxonData will be installed in a standard way using a certificate. If you select HTTP, AxxonData will be installed without encryption using port 80. If you free port 80 (for example, by changing the port of the Axxon One Wed-Server), AxxonData will be installed on port 80. 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:.
- To send email notifications, set the SMTP server settings. 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 for outgoing mail.
- In the Server port field, enter the port number used by the outgoing mail Server.
- In the User name field, enter the name of the account used to send messages on the outgoing mail Server.
- In the Password field, enter the password for the account on the outgoing mail Server.
- In the Email to field, enter the email of the account on the outgoing mail Server.
- Click Next.
- In the Server address field, enter the SMTP Server for outgoing mail.
- Click Next.
- Click Install.
AxxonData installation will start on your computer: - Click Finish and restart the computer.
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.
...
These users can create other users, including the administrators. Names of users are case insensitive.
Configuring the local Client installation type
Perform the configuration as follows:
- 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 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.
Deleting AxxonData
To delete AxxonData, do the following:
- Go to Start → Control Panel →Programs and Features.
- In the list of installed programs, find AxxonData and right-click it.
- In the context menu, select Uninstall.
- In the window that opens, click Yes. The process of uninstalling AxxonData starts.
- In the window that opens, click OK.
- In the list of installed programs, find PostgreSQL 10 and right-click it.
- In the context menu, select Uninstall/Change.
- In the window that opens, set the Entire application checkbox and click Next. The process of uninstalling PostgreSQL 10 starts.
- In the window that opens, click OK.
- Delete the C:\Program Files\AxxonSoft\AxxonData\pg folder.
- Delete the C:\Program Files\AxxonSoft\AxxonData folder.
- If you cannot delete the C:\Program Files\AxxonSoft\AxxonData\pg and C:\Program Files\AxxonSoft\AxxonData folders, then:
- Go to Start → Task Manager → Processes.
- Make sure that AxxonData, nginx, and nats-streaming-server processes aren't present, otherwise delete them.
- Go to Start → Task Manager → Services.
- Make sure that AxxonData, Reports, nats-streaming-server, postgresql-10-ac and exporter processes aren't present, otherwise delete them.
- Open a command line as administrator.
- Enter the commands to delete the services one by one:
Code Block sc delete axxondata
Code Block sc delete reports
Code Block sc delete nats-streaming-server
Code Block sc delete postgresql-10-ac
Code Block sc delete exporter
- After deleting all dependencies in processes and services, you must delete the C:\Program Files\AxxonSoft\AxxonData folder manually.
- Restart the computer.
AxxonData is deleted.
Reports
- To ensure the correct operation of the reports, the data transfer rate with the Axxon One Server must be at least 300 kbps.
- When you download a scheduled AxxonData report using the link in the email, it can be downloaded only on the computer on which AxxonData is installed.
- To download scheduled reports on other computer, it must be on the same local network as AxxonData or be connected to this network via VPN.
- In the Reports.env file located in the C:\Program Files\AxxonSoft\AxxonData folder, it is necessary to change the value of the AXXONDATA_CLOUD_URL variable to the IP address of the computer on which AxxonData is installed.
- Google Chrome and Opera browsers block downloading files via HTTP. You can download the report by right-clicking the download link and selecting the Save link as option.
- Microsoft Edge and Mozilla Firefox browsers require confirmation of the file download. You can also copy the report download link and open it in a new browser tab or window.
...