Links
Tags
Creators
Details
4.0
Compatibility
Changes
ForgeDash 4.0
ForgeDash is a modern web dashboard for NeoForge Minecraft servers.
It gives operators a browser-based control room for live stats, console, players, files, backups, Guardian investigations, mod maintenance and NeoDash bridge handoff.
Highlights
- Live TPS, memory, CPU, uptime and player visibility
- Remote console stream and command execution
- Player profiles, notes, freeze, kick, ban, teleport, whitelist and inventory tools
- File browser with upload, folder upload, edit, rename, download and guarded delete
- Manual and scheduled backups
- NeoForge mod manager, Modrinth browser, startup mod scan and update hints
- Guardian history, cases, evidence, suspicion scores, incidents, rollback previews and import tools
- Staff tools, notifications, graph snapshots and audit-friendly views
- NeoDash SSO bridge and restart routing
New In 4.0
- Smoother animation layer for page switches, cards, rows, buttons and status changes.
- Guardian is shorter and easier to use with sticky headers, paging and a full-width tool grid.
- File rows can be opened from the whole bubble.
- GitHub update checks and staged release flows are clearer.
- NeoForge-specific mod work stays inside ForgeDash where server context is exact.
Requirements
- Minecraft 1.21+
- NeoForge
- Java 21+
Setup
- Put the ForgeDash JAR in your
modsfolder. - Restart the server.
- Run
/dash registeras an operator. - Open the generated setup URL and create your web admin account.
Default dashboard port: 8080
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:zSrTJvUl:v2Nt88Ni"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:zSrTJvUl:v2Nt88Ni"
}

