Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

14 total results found

vCloudAi

Viante installation guide

Viante installation guide

Viante installation guide

https://cloud.znotes.ru/public.php/dav/files/vcloud/Platform_4-lic.ziphttps://cloud.znotes.ru/public.php/dav/files/vcloudai/CluebaseVMS.ziphttps://drive.google.com/file/d/1x2HiTNweSBRE1tzionbT7wdtT8pkEETP/view   Check if port is open: netstat -tulnp | grep 800...

CluebaseVMS

DevOps

Linux Settings

Disabling Automatic Updates in Ubuntu (LTS Versions)

Linux Settings

This guide provides a comprehensive technical procedure for disabling automatic updates on Ubuntu 22.04, 24.04, and 26.04 (both Server and Desktop editions). These steps ensure that the system does not download or install packages without manual intervention. ...

Ubuntu Server/Desktop 22.04 / 24.04 / 26.04 Pre-Configuration Guide for High-Load VMS

CluebaseVMS

This guide describes the recommended initial configuration of Ubuntu systems for stable operation of a high-load video surveillance platform based on Cluebase VMS running in Docker containers. The recommendations apply to: Ubuntu Server/Desktop 22.04 LTS U...

WebRTC Setup for Cluebase VMS

CluebaseVMS

Local Network Usage WebRTC works inside a local network by default.No additional configuration is required. A TURN server is only needed if remote access to Cluebase VMS is required over the Internet. 1. Install a TURN Server in Docker on a VPS Create a compo...

Enabling Visual Assistant in Cluebase VMS

CluebaseVMS

1. Install and Run Ollama with the LLaVA Model Create a compose.yaml file with the following content: volumes: ollama: services: ollama: image: ollama/ollama container_name: ollama deploy: resources: reservations: devic...

Optimizing PTZ Performance in Cluebase VMS

CluebaseVMS

To achieve the lowest possible latency and the most responsive PTZ (Pan-Tilt-Zoom) control, please ensure your system is configured with the following settings: Set Camera Codec to H.264. Configure your camera's primary stream to use the H.264 video codec. W...

Enabling NVIDIA GPU Support for the LPR Module in Cluebase VMS

CluebaseVMS

Prerequisites NVIDIA GPU support requires the NVIDIA drivers and NVIDIA Container Toolkit to be installed on the host system. Install and configure NVIDIA Container Toolkit before proceeding: NVIDIA Container Toolkit Documentation You can verify that Docker ha...

Viante installation guide minimal

Viante installation guide

1. Check if port is open: netstat -tulnp | grep 8081 If multiple ports: ports="8080 80 554 15672 2379 40000 5180 9100 4001 3000 3307 8565 8095 10000 8081" for port in $ports; do   if nc -z localhost $port >/dev/null 2>&1; then     echo "Port $port is in use"  ...

Connecting a NAS to Linux via iSCSI

CluebaseVMS

If your vCloud server and NAS storage are on separate machines, the most reliable way to connect them is iSCSI. iSCSI allows the NAS to present a disk over the network, and Linux sees it as a local block device (like /dev/sdb). This is ideal for video storage...