Note

MatchExec will be available on port 3000.

Installation

Unraid

Search for MatchExec in the Community Apps section of the Unraid Web Interface

Proxmox

Until this project gets 500 Stars, MatchExec does not quality for Proxmox Helper Scripts, below is what will be submitted when it does qualify.

Paste this into your Proxmox shell. Follows all Proxmox Helper Script standards.

bash -c "$(curl -fsSL https://raw.githubusercontent.com/slamanna212/ProxmoxVED/refs/heads/feat/matchexec/ct/matchexec.sh)"

Running Dev Builds

MatchExec has relatively stable dev builds. The dev releases are used as final testing before a full release.

You can run dev builds by using the dev docker tag for the Docker and Unraid install methods. For Docker Compose, clone the dev branch instead of main.

If you are using Kubernetes you will know how to run the dev branch.

Running from Source

Caution

This is not recommended for live environments, testing only.

  1. Clone the Repo
  2. Install Node.js 24
  3. npm install
  4. npm run build (builds Next.js app + processes)
  5. npm run migrate
  6. npm run prod:start