Go to documentation repository
The Web server allows you to access Axxon One remotely over the internet (see Working with Axxon One through the Web client, Working with Axxon One Through the Mobile Clients).
Attention
In addition, Axxon One allows you to use Wildcard certificates to work with the Web server. Axxon One also supports the following types of certificate validation:
To configure the Web server in Axxon One, do the following:
| Parameter | Value | Description |
|---|---|---|
| Enable | Yes | By default, the Web server starts automatically together with the server. If you want to disable the Web server, select the No value |
| No | ||
| Port | 80 | Enter the port number on which the Web server will be located. The default port is 80 |
| Certificate file | To connect to the Web server via the SSL port only, do the following:
Attention!
| |
| Private key file | ||
| Enable CORS | Yes | By default, the setting is disabled. If the Web server must use the CORS mechanism, select the Yes value. Axxon One supports the following:
|
| No | ||
| Enable recompression of video stream | Yes | By default, the setting is disabled, and the Web server doesn't transcode the stream, which helps to avoid unpredictable CPU load on the server. For example, if the browser cannot play back a video in H.265 format, you must switch to a browser-supported video codec (see Real-time video surveillance in the web client) or change the video codec of the camera to the video codec supported by the browser (see Camera). If the Web server must transcode the stream, select the Yes value |
| No | ||
| RTSP port | 554 | Enter the port via which data will be transferred via the RTSP protocol (see Configuring the RTSP server). The default port is 554 |
| RTSP/HTTP port | 8554 | Enter the port via which data will be transferred via the RTSP/HTTP protocol. The default port is 8554 |
| SSL port | 443 | If you need to connect to the Web server only via the SSL port, you must enter the SSL port number. The default port is 443. You must also:
|
| URL path | / | Enter the prefix that is added to the server address |
The Web server is now configured and available over the internet at the following address: http(s)://<IP address of the Axxon One server>:<Port>/<Prefix>. For example, if the server's IP address is 10.0.11.1, the port is 8000, and the prefix is /asip-api, then the Web server can be accessed at the following address: http://10.0.11.1:8000/asip-api.
Attention!
In Linux OS, for the correct operation of the Web server, the ngp user must have permissions to open the directory where the private key and certificate files are located, as well as permissions to read the files. To give the permissions, do the following:
chmod 751 /home/certs/
ls -lt /home/
total 8 drwxr-x--x 2 user user 4096 aug 20 14:46 certs drwxr-xr-x 18 user user 4096 aug 20 14:46 user