Skip to content

Quickstart

Get Plugwerk running locally in under 5 minutes.

  • Docker and Docker Compose
  • A terminal
  1. Clone and start

    Terminal window
    git clone https://github.com/plugwerk/plugwerk.git
    cd plugwerk
    docker compose up -d
  2. Open the Web UI

    Navigate to http://localhost:8080 in your browser.

    Log in with the superadmin credentials printed in the server logs:

    Terminal window
    docker compose logs plugwerk-server | grep "Admin password"
  3. Upload your first plugin

    Navigate to the default namespace and upload a PF4J plugin JAR or ZIP through the Web UI.