Your storage, at a glance.
Browse, sort, and filter your network's contents. Find the materials you need without opening an in-game terminal.
An Applied Energistics 2 add-on
Browse storage, request crafts, and follow every job from the web. Your AE2 network, without opening Minecraft.
Screenshot unavailable. Open the project gallery.
Keep an eye on your storage and crafting, even when Minecraft isn't the window in front of you.
Browse, sort, and filter your network's contents. Find the materials you need without opening an in-game terminal.
Request items, choose a crafting CPU, follow progress, and cancel jobs. Manage the queue from your browser.
Switch between networks. In public mode, players get their own accounts and access to the networks they're allowed to use.
Send crafting updates to Discord through a webhook. Let the notification come to you.
Available with public mode disabled.
For the things you'll build
Build your own dashboard or integration on the HTTP API that powers the built-in terminal.
API documentation// On your mod-hosted page; use a login token
const token = 'YOUR_SESSION_TOKEN';
const response = await fetch('/api/grids', {
headers: { Authorization: `Bearer ${token}` }
});
if (!response.ok) {
throw new Error(`HTTP ${response.status}`);
}
const { data: networks } = await response.json();
Pick your platform, then choose the file for your Minecraft version and loader. Install it on your server alongside AE2.
No additional items or blocks. Just the connection.
GitHub releases (opens in a new tab)Put the matching JAR in your server's mods folder. Start the server to generate the configuration.
Set the admin password, port, and public mode. Use HTTPS through a reverse proxy for internet access.
Visit your server's address in a browser and log in. The default web port is 2324.
The web panel runs on your Minecraft server. This website is the home of the project.
Installation guide (opens in a new tab)