Download Orchid VMS

Upgrade your surveillance

Upgrade your surveillance

See how the most flexible, scalable & delightfully simple video management system can empower your security.

Orchid VMS is free to download, install, and use in trial mode. To access more cameras, unlimited retention, and our trouble ticket and phone-based technical support, contact sales@ipconfigure.com to purchase the full Orchid VMS licenses or schedule a demo.

Schedule a Demo

Software Update

Latest Release

  • Orchid Fusion VMS 25.3.0

    Full support for AV1 and H.265 codecs, plus automatic camera tags.

  • Orchid Recorder 25.3.0

    Full support for AV1 and H.265 codecs, plus automatic camera tags.

You'll need
Orchid Fusion VMS

Orchid Fusion VMS integrates multiple Orchid Recorder locations into a unified system, providing a cohesive view across all sites. This integration streamlines operational workflows, enhances scalability, and maximizes security effectiveness throughout your organization.

And you'll need
Orchid Recorder

Orchid Recorder centralizes live and recorded video from all cameras into one hub, facilitating efficient monitoring and detailed incident reviews. It serves as a critical tool for managing surveillance effectively and responding promptly to security challenges.

Release 25.3

Architecture
Windows 64-bit
Ubuntu (modern)for LTS versions 24.04 through 16.04
Ubuntu (legacy)for version 14.04 LTS
Red Hat Enterprise Linuxalso CentOS and Fedora
Debian ARM 64-bitfor aarch64 architecture devices
Debian ARM 32-bitfor armhf architecture devices
Version 25.3.0

Orchid Fusion VMS

Full support for AV1 and H.265 codecs, plus automatic camera tags.

Released on 2025-03-34

  • Orchid Fusion VMS now supports Automatic Camera Tags.
  • Improve motion alert logging for troubleshooting.
  • Improve the Player Stream Selector dropdown by displaying stream codecs.
  • Improve the Edit Tag Autocomplete dropdown so that it now displays all tag values across all servers when creating new camera or server tags.
  • Improve the iframe player load time for large installations.
  • Fix issue where the preview collection process could create an unbounded number of previews.
  • Fix issue where bulk tagging requests would not have associated audit log entries in Orchid Recorder.
  • Fix issue where the camera list would not update when viewing a filtered list.
  • Fix issue in the Resource Tag tables where a section of the row ignored clicks.
  • Fix issue where long camera names would not display correctly in Events Subscription dialog.
  • Fix issue in the Bulk Tag Resource Delete Dialog where the cancel button would continue to display after a successful operation.
  • Fix issue in the Bulk Resource Tagging Dialog where form changes would not be recognized when selecting/deselecting cameras across multiple servers.
  • Fix issue where the user was unable to navigate to the Support Portal link provided in the error message displayed on the Servers page.
  • Fix issue where status chips in Bulk Tagging dialogs displayed text incorrectly.
  • Fix issue where searching within the Resource Tag Filter dropdown would not display exact matches at the top of the list.
  • Fix issue where sorting the Events Subscription table would clear any selected filters without properly updating the displayed filter chips.
  • Fix typo in the Bulk Tagging dialog warning message that mentioned 'deleting' when attempting to add or edit them.
  • Fix issue where Bulk Tagging dialogs displayed buttons inconsistently when a resource would fail to update.
  • Fix issue where table rows would change size when bulk updating resource tags.
  • Fix issue in Bulk Tagging dialogs where resources were not sorting as intended.
  • Fix issue where duplicate search terms could be provided to the Camera and Event Subscription search bar.
  • Fix issue where cameras filtered by Status would improperly filter as camera status changed.
  • Fix issue that allowed users to search cameras and event subscriptions with empty string values.
  • Fix issue where long camera names did not display correctly in the Camera Disable and Camera Reactivate dialogs.
  • Fix issue where resource tags with unsupported characters would fail to delete.
  • Fix issue where a single tap on the timeline would react as two separate taps on iOS.
  • Fix issue where changing a player's playback mode would cause another one to flicker.
  • New endpoint for reserved camera tags:
    • GET /orchids/cameras/tags/reserved
  • New WebSocket event CAMERA_RESERVED_TAGS_MODIFIED is sent when the reserved tag list is updated.
  • Tag responses now include tag type. Type null is returned for server tags.
    • Affected endpoints:
      • GET /orchids
      • GET /orchids/{id}
      • GET /orchids/tags
      • GET /orchids/cameras/tags
      • GET /orchids/cameras/tags/reserved
      • GET /orchids/{id}/cameras
      • GET /orchids/{id}/cameras/{cameraId}
    • Affected WebSocket events:
      • CAMERA_ADDED
      • CAMERA_MODIFIED
      • CAMERA_REMOVED
      • CAMERA_RESERVED_TAGS_MODIFIED
      • CAMERA_TAG_MODIFIED
      • ORCHID_ADDED
      • ORCHID_MODIFIED
      • ORCHID_REMOVED
      • ORCHID_TAG_MODIFIED
  • Deprecated endpoint POST /sessions/login/google is scheduled to be removed in 25.6.0.
Version 25.3.0

Orchid Recorder

Full support for AV1 and H.265 codecs, plus automatic camera tags.

Released on 2025-03-24

  • Orchid Recorder now supports video encoded in the AV1 format.
  • Orchid Recorder now supports video encoded in the H.265/HEVC format.
    • Since browser support for H.265 is limited, this feature must be enabled through the Orchid Recorder properties file.
  • Orchid Recorder now provides Automatic Camera Tags.
    • Automatic Camera Tags are automatically generated based on configured camera settings and are not editable.
    • Orchid Recorder supports the following Automatic Camera Tags: audio, dewarp, disabled, ptz, and talkdown.
  • Improve the Player Stream Selector dropdown by displaying stream codecs.
  • Improve logging by preventing "Camera events aren't near real-time" error logs in insignificant scenarios.
  • Fix issue with Orion PVM cameras being unable to record video.
  • Fix issue with Vicon cameras being unable to register.
  • Fix issue where Axis License Plate Verifier events would not appear in the list of ONVIF Topics when configuring Event Subscriptions.
  • Fix issue leading to possible instability on armv7 installations.
  • Fix issue where long camera names would not display correctly in Events Subscription dialog.
  • Fix issue where max_player_count property caused the stage to get into an error state.
  • Fix issue where searching within the Resource Tag Filter dropdown would not display exact matches at the top of the list.
  • Fix issue where sorting the Events Subscription table would clear any selected filters without properly updating the displayed filter chips.
  • Fix issue where duplicate search terms could be provided to the Camera and Event Subscription search bar.
  • Fix issue where cameras filtered by Status would improperly filter as camera status changed.
  • Fix issue that allowed users to search with empty string values.
  • Fix issue where long camera names did not display correctly in the Camera Disable and Camera Reactivate dialogs.
  • Fix issue where resource tags with unsupported characters would fail to delete.
  • Fix issue where a single tap on the timeline would react as two separate taps on iOS.
  • Fix issue where changing a player's playback mode would cause another one to flicker.
  • New beta endpoints to allow time-lapse video exports:
    • GET /streams/{streamId}/export/time-lapse
    • HEAD /streams/{streamId}/export/time-lapse
  • New endpoint provides a list of all reserved Camera Tag names:
    • GET /cameras/tags/reserved
  • Camera Tags in responses now include their type:
    • GET /cameras/tags
    • GET /cameras
    • GET /cameras/{cameraId}
  • Only users with config privileges may now interact with Camera Tags configuration:
    • GET /cameras/tags/config
    • PUT /cameras/tags/config
  • Retrieving Camera Tags now returns all unique applied combinations of name, value, and type.
    • GET /cameras/tags
  • Attempting to directly modify a camera's Automatic or Rule Tags now results in an error response.
    • PATCH /cameras/{cameraId}
  • A client's WebRTC Create message may now provide a list of supported video codecs, which dictates WebRTC compatibility.
    • GET /streams/webrtc
  • Manual Camera Tags may no longer be created with names reserved for Automatic and Rule Tags.
  • Configuring H.265 video is not yet supported for Vivotek cameras.
  • The "Decode All Frames" setting is not available for AV1 or H.265 streams.

ORCHID VMS

Simplifying Video Surveillance since 2003

Our video management software offers users a powerful way to record, manage, and view their video surveillance platform, 20 years in the running.