Running in under two minutes.

No Docker, no command line, no config files to hand-edit.

Download the installer

Grab JadexVault-Setup.exe directly.

Run it โ€” approve the UAC prompt

Windows will ask for administrator permission since it installs a background service. This is normal for any app that runs as a Windows service.

Follow the setup wizard

Choose your install location, keep the default components checked, and click through to Install.

Open your vault

The installer opens http://localhost:7777 automatically. Create your admin account and you're in.

(Optional) Let teammates connect

Anyone on the same network can reach your server at http://<your-ip>:7777 โ€” find your IP with ipconfig.

Download the package

Grab jadexvault-amd64.deb directly.

Install it

sudo dpkg -i jadexvault-amd64.deb

Start the service

sudo systemctl enable --now jadexvault

Open your vault

Visit http://localhost:7777 (or your server's IP) and create your admin account.

Check the service anytime

sudo systemctl status jadexvault

Not published on the Chrome Web Store or Firefox Add-ons yet, so it installs the same way developers test unpublished extensions โ€” a normal, supported browser feature, not a workaround.

Download and unzip

Grab JadexVault-Extension.zip and unzip it somewhere permanent โ€” don't delete this folder after installing, the browser reads the extension directly from it every time it starts.

Open your browser's extensions page

Chrome: chrome://extensions ยท Edge: edge://extensions ยท Brave: brave://extensions

Turn on Developer mode

Toggle it in the top-right corner. This is required for any extension not installed from the official store โ€” a browser security feature, not something specific to Jadex Vault.

Click "Load unpacked"

Select the unzipped extension folder. The Jadex Vault icon appears in your toolbar.

Sign in

Click the toolbar icon, enter your server address, and sign in with your Jadex Vault account. Your data (server address, session token) stays in the browser's local extension storage โ€” nothing is sent anywhere except your own server.

Updating or removing

Update: repeat "Load unpacked" pointing at a newer unzipped folder, or replace the files in place and click the refresh icon on the extension's card.

Remove: chrome://extensions โ†’ find Jadex Vault โ†’ Remove. This only removes the extension; it doesn't touch anything on your server.

Stuck on something?

Send feedback โ€” real problems get real fixes.

Send Feedback