Projects

Create, open, save, export, and persist Maxx Remote projects — including offline planning and Docker volumes.

Goal / when to use

Manage the project file that holds your channels, groups, devices, inputs, views, and tuning. Use this when starting a job, moving between machines, or keeping a Docker server’s configuration safe.

Prerequisites

Create a new project

Desktop or browser splash

  1. Start Maxx Remote with no project loaded.
  2. Choose Start a new project.
  3. Enter a clear site name (for example Museum-Floor2).

Desktop menu (Electron)

Use the application menu when available:

  • New Project
  • Load Project / Last Projects
  • Save Project / Save Project As
  • Close Project

Expected result

HOME shows the new project name; DEVICE / CHANNEL counts start empty.

Open / import an existing project

  1. On the splash screen, choose Import project archive to host, or
  2. Use the top-bar Import control to upload a project archive or partial JSON.

Expected result

HOME and list pages populate with the imported project.

Export / backup

  1. Use the top-bar Export control.
  2. Store the download with your site documentation.

Export before:

  • Updating Maxx Remote
  • Recreating a Docker container
  • Handing the project to another engineer

Offline planning

You can design without amplifiers:

  1. Create channels and groups.
  2. Set volumes, EQ, delay, mute, speaker presets.
  3. Define INPUTS and roles (even if Dante is not online yet).
  4. On site, add devices and link.

Project settings stay in Maxx Remote until you link and sync to hardware.

Docker persistence

Recommended pattern:

  1. Mount a volume (see Installation).
  2. Periodically Export from the UI as an off-host backup.
  3. When migrating hosts, import the archive into the new server.

HOME project card

On HOME you can:

  • View / set the project NAME
  • See overall STATUS for devices and linked channels
  • Enable AUTO SYNC so Maxx Remote can push project data when differences are found
  • Open REST-API Doc for integrators

Details: GUI · HOME.

Expected result

You can create, reopen, and back up a project, and you know how Docker storage differs from Desktop files.

Common mistakes