Skip to content

Dashboard is a cross-platform (Lin/Mac/Win) desktop application for convenient management and monitoring of cameras based on OpenIPC firmware.

License

Notifications You must be signed in to change notification settings

OpenIPC/dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation


Dashboard

OpenIPC Dashboard Screenshot

Dashboard is a cross-platform desktop application for easy camera management and monitoring based on the OpenIPC firmware.

The application was created using Electron and provides a single interface for viewing video streams, administering settings, working with the file system, and direct access to the camera's command line.


๐Ÿš€ Main Features

  • Multi-view: View up to 64 video streams simultaneously in a customizable grid.
  • Dual Stream Support: Instantly switch between the main (HD) and secondary (SD) streams.
  • Full-screen Mode: Detailed full-screen viewing of a single camera with a double-click.
  • Built-in SSH Client: A full-fledged terminal for direct access to the camera's command line without third-party programs.
  • File Manager (SCP): A convenient two-panel manager for uploading firmware, downloading recordings, and managing files on the camera.
  • Settings Editor: A graphical interface for changing all parameters of the Majestic firmware (majestic.yaml), grouped by tabs.
  • Monitoring: Displays the status (online/offline) and SoC temperature of the camera in real time.
  • Cross-platform: Works on Windows, macOS, and Linux.

๐Ÿ“ฆ Installation

Ready-to-use installation files for the latest version can be found on the Releases page.

Windows

  1. Download the OpenIPC-Dashboard-Setup-x.x.x.exe file.
  2. Run the installer and follow the instructions.

macOS

  1. Download the OpenIPC-Dashboard-x.x.x.dmg file.
  2. Open the .dmg file and drag the OpenIPC Dashboard.app into your Applications folder.

Linux

  1. Download the OpenIPC-Dashboard-x.x.x.AppImage file.
  2. Make the file executable:
    chmod +x OpenIPC-Dashboard-x.x.x.AppImage
  3. Launch the app:
    ./OpenIPC-Dashboard-x.x.x.AppImage --no-sandbox

๐ŸŽจ White-Labeling & Branding

The application supports full customization (white-labeling), allowing you to adapt it for your company or clients.

How It Works

On startup, the application looks for a branding.json file in the same directory as its executable file (.exe, .AppImage). If the file is found, the application will apply the custom settings. Otherwise, it will run with the default "DASHBOARD for OpenIPC" branding.

Step-by-Step Guide

  1. Locate the Application Folder: Find the directory where the application's executable is located.
  2. Create branding.json: In that same directory, create a new text file named exactly branding.json.
  3. Configure the File: Open branding.json in a text editor and add your desired settings. See the parameters and examples below.
  4. (Optional) Add Your Logo: If you specified a logoPath, place the logo image file in the same directory.
  5. Launch the Application: Run the executable to see your changes.

Configuration Parameters

Parameter Type Description
appName String Replaces the default application name.
logoPath String Relative path to your logo file (e.g., custom_logo.png). Recommended: 80x80px PNG with transparency.
features Object An object to enable or disable specific UI features.
showDonations Boolean If false, hides the "Support the Project" section in the "About" tab. Default is true.
showIssueReporting Boolean If false, hides the "Report an Issue" button in the settings window. Default is true.
showAboutTab Boolean If false, completely hides the "About" tab in the settings window. Default is true.

Example branding.json

{
  "appName": "VMS Pro",
  "logoPath": "vms_pro_logo.png",
  "features": {
    "showDonations": false,
    "showIssueReporting": false,
    "showAboutTab": true
  }
}

Note: Only include the parameters you wish to override. Any omitted parameters will use their default values. The application must be restarted for changes to take effect.


๐Ÿ› ๏ธ For Developers

Technology Stack

Launching in Development Mode

  1. Clone the repository:

    git clone https://github.com/openipc/dashboard.git
    cd dashboard
  2. Install the dependencies:

    npm install
  3. Launch the app:

    npm start

Building the App

To build the installation files for your current platform, run the command:

npm run dist

The finished files will appear in the dist folder.

About

Dashboard is a cross-platform (Lin/Mac/Win) desktop application for convenient management and monitoring of cameras based on OpenIPC firmware.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Sponsor this project