Features
Files & Mods
Install mods from Modrinth, upload jars and edit config files in the browser
The Files tab manages everything that lives inside a server's data folder: mods, plugins and their config files.
Install mods from Modrinth
Search Modrinth without leaving the dashboard:
- Results are filtered to compatible builds — matching your server's mod loader (Paper, Fabric, Forge, …) and Minecraft version.
- One-click install — required dependencies are resolved and installed along with the mod.
- Update badges — installed jars are identified by their SHA-1 hash, so anything that exists on Modrinth (even files you uploaded manually) shows an "update available" badge with a one-click update.
Upload your own jars
Drop .jar files (or .zip bundles) straight into the server's
mods/plugins folder — for private plugins, pre-release builds or anything not
on Modrinth.
Edit config files
Open any plugin, mod or server config file in a built-in Monaco editor (the editor that powers VS Code) with syntax highlighting for YAML, JSON, TOML and properties files.
Saving runs server-side YAML/JSON validation — a syntax error is rejected
with a pointer to the problem instead of being written to disk, so a typo
can't take the server down.
Next steps
- Mod changes apply on restart — use the Console to watch the server come back up cleanly.