How to connect an IP camera with LincStation NAS
Release date:
Mar 06,2026
1. Introduction
With the growing demand for security surveillance, IP camera (IPC) have become standard equipment in both home and business environments. The LincStation NAS, as a powerful network storage device, not only provides reliable data storage services but also offers high scalability and openness, supporting one-click installation of various applications through its official app store. ZoneMinder, as a mature open-source video surveillance software, integrates perfectly with LincStation's flexible architecture, providing users with a professional private video surveillance solution.
This white paper aims to detail how to install ZoneMinder on a LincStation NAS via the app store and, using Dahua camera as an example, achieve seamless integration and centralized management of IPC through the RTSP protocol, helping users build a cost-effective and scalable video surveillance system.
2. System Overview
2.1 Introduction to LincStation NAS
The LincStation NAS is a network storage device designed for small to medium-sized businesses and home users, featuring the following core characteristics:
- Large Capacity Storage: Multi-bay design, supporting RAID 0/1/5/6/10, allowing flexible storage pool configuration.
- High-Performance Hardware: Equipped with Intel x86 multi-core processors and expandable standard memory, providing powerful data processing capabilities.
- Rich Application Ecosystem: Built-in official app store offering various optimized packages for one-click installation without complex configuration.
- Docker Container Support: Applications in the app store are typically packaged as Docker containers, ensuring compatibility and simplifying deployment.
- Data Security: Supports snapshots, backups, and cloud synchronization to ensure surveillance footage is secure and reliable.
- Factory Pre-installed Unraid System: LincStation NAS comes pre-installed with the Unraid operating system, a flexible Linux-based storage platform known for its unique storage management, powerful Docker support, and extensive application ecosystem, offering users great customizability and expandability.
2.2 Introduction to ZoneMinder
ZoneMinder is a leading open-source video surveillance software for the Linux platform. It supports real-time viewing of multiple camera feeds, motion detection, event recording, PTZ control, and is compatible with various protocols including RTSP and ONVIF, making it an ideal choice for building private surveillance systems.
2.3 Foundational Connection Technologies
- RTSP Protocol: Real Time Streaming Protocol (RTSP) is used to pull video streams from camera. This white paper uses Dahua camera as an example, employing RTSP for connection—a stable and universal method suitable for the vast majority of IP camera.
- ONVIF Protocol (Optional): The Open Network Video Interface Forum standard enables automatic discovery and configuration. Dahua camera generally support ONVIF; users can also choose to connect via ONVIF, but this document focuses on manual RTSP configuration.
3. Environment Preparation and Deployment
3.1 Hardware and Network Requirements
- LincStation NAS: Must have an SSD installed and initialized to create an array. It is recommended to have at least 64GB of storage space for surveillance footage. Ensure the NAS is connected to the network and has internet access for downloading applications.
- Dahua Camera: The camera must be powered on and connected to the same local area network as the NAS. Note its IP address (e.g., the default IP is often 192.168.1.108), as well as the administrator username and password. Confirm that the RTSP service is enabled (usually enabled by default).
- Network Environment: A stable local area network connection is required, ensuring network connectivity between the NAS and the camera.
3.2 Installing ZoneMinder via the LincStation App Store
LincStation's app store provides an optimized ZoneMinder package, allowing users to complete the installation in just a few simple steps without manually configuring Docker parameters.
- Log in to the LincStation Management Interface: Open a browser, enter the IP address of your LincStation, and log in with your username and password.
- Open the App Store: Find and click the “Apps” icon in the main menu.
- Search for ZoneMinder: Enter “ZoneMinder” in the app search bar and select the corresponding application from the search results.
- Click Install:
- Enter the application details page, review the features and version information, then click the “Install” button.
- The system will prompt you to select an installation location and configure ports. Users can follow the wizard to configure according to their needs; the default settings are generally sufficient.
- Enter the application details page, review the features and version information, then click the “Install” button.
- Complete Installation: After confirming the configuration, click “Apply”. The system will automatically download and install the application. This process may take a few minutes, please be patient; if a FAIL message appears, please check and ensure the NAS has normal network access.
3.3 Initial Access and Setup
- Access ZoneMinder: After installation, find ZoneMinder in the “Applications” list under the “Docker” section of the main menu. Click the icon and select “Start”, then click the icon again and select “Open Web GUI” to access the ZoneMinder main interface via the web.
- Login: During the first access, ZoneMinder will guide you through the initial setup. The default username and password are admin / admin. Please change the password promptly after logging in.
- Verify Operational Status: After logging in, check the ZoneMinder Console. It should display that the system is running normally with no errors. If problems are encountered, check the app store’s installation logs or contact technical support.
4. Connecting Dahua Camera (RTSP Method)
ZoneMinder supports pulling video streams directly from cameras using the RTSP protocol, which is the most common and stable connection method.
4.1 Preparation
- Confirm the camera’s IP address, for example, a Dahua camera’s default IP might be 192.168.1.108.
- Confirm the camera’s RTSP port (typically 554).
- Have the camera’s administrator username and password ready.
4.2 Adding a Camera
- Enter the Add Interface: In the ZoneMinder Console, click the “Add New Monitor” (+ADD) button.
- Manually Configure the RTSP Address: Using a Dahua camera as an example, the RTSP address format is typically:
- Main Stream (High Definition): rtsp://[username]:[password]@[IP address]:554/cam/realmonitor?channel=1&subtype=0
- Sub Stream (Smooth): rtsp://[username]:[password]@[IP address]:554/cam/realmonitor?channel=1&subtype=1 Replace [username], [password], and [IP address] with the actual values.
- Main Stream (High Definition): rtsp://[username]:[password]@[IP address]:554/cam/realmonitor?channel=1&subtype=0
- Configure Source Parameters: In the ZoneMinder “Source” tab, set the “Source Type” to Ffmpeg. Then, paste the appropriate RTSP address into the “Source Path” field, and configure the corresponding resolution, color space, and other parameters.
- Verify the Video Stream: After adding, return to the Console and click on the camera’s name to view the live feed. If the image displays correctly, the connection is successful. If not, check the network, credentials, and RTSP address for accuracy, and review the ZoneMinder logs for detailed error information.
5. Configuring Recording and Monitoring
5.1 Setting Recording Modes and Schedules
- Select Function Mode: In the camera’s “Storage” tab or “General” tab, set the “Function”. Common options include:
- Mocord: Always analyzes and records all video (Motion + Record).
- Modect: Records only when motion is detected (Motion Detect).
- Nodect: Always records, but does not perform motion detection.
- Mocord: Always analyzes and records all video (Motion + Record).
- Define Recording Schedule: Create custom time schedules so the camera performs different functions at different times (e.g., Modect during the day, Mocord at night).
5.2 Viewing Live Feeds and Playback
- Live Monitoring: Click on a camera name in the Console to open its live view window. Supports multi-screen viewing simultaneously.
- Playback: Click on “Events” or the playback function. Filter historical recorded events by date and time, and play or download them.
5.3 Optimizing Storage and Performance
- Storage Path: ZoneMinder’s recorded data is stored by default in the path specified during installation. You can view and adjust the storage location under “Options” -> “Storage”, and set a retention period for recordings based on available disk space.
- Adjust Shared Memory: If encountering memory errors or recording interruptions, you can reconfigure ZoneMinder’s shared memory size in the app store or adjust it via Docker settings.
6. Advanced Applications and Scenarios
6.1 Centralized Management of Multiple Cameras
ZoneMinder supports managing hundreds of cameras, making it suitable for scenarios like retail chains or campuses. Leveraging LincStation’s powerful hardware expansion capabilities, it can meet the storage and computing needs of large-scale deployments.
6.2 Combining with LincStation's Backup Features
The ZoneMinder recording directory can be included in LincStation’s regular backup tasks, backing up to external storage or cloud services to achieve off-site disaster recovery for surveillance data.
7. Summary of Advantages
- Open Source and Free: ZoneMinder is completely open-source, requiring no software licensing fees.
- Broad Hardware Compatibility: Using the RTSP protocol, it is compatible with virtually all mainstream IP camera, including Dahua.
- Separation of Storage and Computation: LincStation provides a flexible and reliable storage backend, while ZoneMinder focuses on video processing, resulting in a clear architecture.
- Rich Feature Set: Supports professional surveillance features like motion detection, event triggering, PTZ control, and multi-protocol streaming.
- High Customizability: From recording schedules to alarm rules, everything can be finely tuned to meet specific requirements.
- Data Security: Combined with LincStation’s RAID, snapshot, and backup functions, it ensures surveillance footage is not lost.
- Easy Deployment: One-click installation via the LincStation app store eliminates the need for manual Docker environment configuration, significantly lowering the technical barrier.
8. Conclusion
By combining the flexible storage of the LincStation NAS with the professional monitoring capabilities of ZoneMinder, users can easily build a powerful, cost-effective, and easily scalable private video surveillance system. Whether for home security or business monitoring, this white paper, using the example of connecting Dahua cameras via RTSP, provides a clear and stable technical path. The openness of LincStation and the rich features of ZoneMinder will continue to provide reliable support for user security needs.
More Blogs

