Reference

App links — open folders and install from the web

Edit

Use rgbjunkie.com handoff links to open AppData, install plugins, jump to Settings, or search settings.

Published Jun 6, 2026

Skip digging through AppData

Links on rgbjunkie.com (or rgbjunkie:// URLs) can open RGBJunkie or your user data folder without %APPDATA% archaeology.

RGBJunkie needs to be installed and registered for the link scheme. Clicked a link and nothing happened? Launch the app once from the Start menu, then try again.

When RGBJunkie is already running, website handoff links apply silently — no User Account Control prompt. If the app is closed, Windows may ask once to start RGBJunkie (the installed app runs as administrator so it can talk to USB lighting devices).

Open your user data folder

These handoff links work in any browser:

LinkOpens
Open RGBJunkie user folderRoot of your AppData folder
plugins/Installed plugins
effects/User effects
components/User components
profiles/scenes/Scene files
logs/Log files

Handy while following Installed files, Backup your data, or Send a support report.

Install a plugin from GitHub

Community pages sometimes have Install in RGBJunkie buttons. Under the hood they look like:

Code
https://www.rgbjunkie.com/RGBJunkieApp/s?p=addon/install&url=https://github.com/owner/repo

Only https on github.com or gitlab.com. Files land in your user folder and show up under Settings → Installed files.

Jump straight into the app

Common website handoff paths (p= value):

LinkOpens
Settings → OverviewSettings → Overview
Settings → App lookSettings → App look
Settings → ColorsSettings → Colors
Settings → HardwareSettings → Hardware
Settings → Installed filesSettings → Installed files
Settings → SystemSettings → System
Settings → HelpSettings → Help
Settings → AboutSettings → About
Settings searchSettings with search filled
Hardware searchSettings → Hardware with search
Effect browserBrowse effects
Scene pickerScene picker (scroll into view)
LogsSettings → System → Logs
Previous effectStep through effects (workspace= optional)
Next effectStep through effects (workspace= optional)
Previous sceneStep through saved Scenes
Next sceneStep through saved Scenes
Brightness 50%Set master brightness to 50%
Brightness +5Nudge brightness
Pause effectPause or resume the active effect
Toggle lightsPause and black out all LEDs (toggle)
Restart appRestart RGBJunkie

Add -silentlaunch- or silent=1 if you want the action without popping the main window out of the tray.

In Settings, type a search term and use the link icon beside the search box to copy a handoff URL for that exact query.

Code
https://www.rgbjunkie.com/RGBJunkieApp/s?p=scene/apply/My%20Scene
https://www.rgbjunkie.com/RGBJunkieApp/s?p=effect/apply/Rainbow%20Rise
https://www.rgbjunkie.com/RGBJunkieApp/s?p=effect/apply/Solid%20Color&workspace=2&silent=1

Scene names must match the picker in RGBJunkie (no .json on the end). Optional sceneFile=My Scene.json loads an exact saved file.

Full reference

Every supported rgbjunkie:// route and copy-ready examples live on Documentation → App deep links — including settings search, legacy tab names, and all brightness / effect / scene shortcuts.