Logo
MINECRAFTBIBLE
Items
Items

All game items

Blocks
Blocks

Building blocks

Mobs
Mobs

Creatures & monsters

Biomes
Biomes

World biomes

Structures
Structures

Generated structures

Recipes
Recipes

Crafting guides

Advancements
Advancements

Achievements

Loot Tables
Loot Tables

Drop rates

Tags
Tags

Item groupings

All Versions
View all data →
Capes
Cape ArchiveNEW

Browse rare Minecon capes, OptiFine capes, and custom capes from players worldwide

Browse

Player Database
Player DatabasePopular

Search any player

Skin Browser
Skin Browser

Browse & download skins

Cape Gallery
Cape GalleryNEW

Minecon & OptiFine capes

Seed Vault
Seed Vault

Curated seeds

Learn

Guides
GuidesNew

Tutorials & tips

Blog
Blog

News & updates

Community

Community Hub
Community HubHub

Posts, discussions & more

All Versions
View community →
Seed Analyzer
Seed Analyzer

World seed analysis

Loot Explorer
Loot Explorer

Drop rates

Crafting Calculator
Crafting Calculator

Material planning

Enchant Calculator
Enchant Calculator

Probability math

Redstone Lab
Redstone Lab

Signal timing

Trading Profit
Trading Profit

Villager ROI

All Versions
View all tools →
Mods
Mods

Browse all mods

Plugins
Plugins

Server plugins

Resource Packs
Resource Packs

Textures & sounds

Shaders
Shaders

Visual enhancements

Datapacks
Datapacks

World logic

Scanner
Mod Intelligence

Scan & analyze any mod

All Versions
View all mods →
Loading...
IntroductionIntroductionVersion HistoryVersion HistoryGuidesGuidesBlog & NewsBlog & News
ItemsItemsBlocksBlocksMobsMobsRecipesRecipesBiomesBiomesStructuresStructuresAdvancementsAdvancementsLoot TablesLoot TablesTagsTags
ModsModsPluginsPluginsResource PacksResource PacksShadersShadersDatapacksDatapacks

MinecraftBible

The Ultimate Wiki

Logo
MINECRAFTBIBLE

The ultimate Minecraft reference. Every item, block, mob, and recipe documented with precision.

Community

  • Skin Browser
  • Cape Gallery
  • Seed Vault
  • Blog
  • Guides

Database

  • Items
  • Blocks
  • Mobs
  • Recipes
  • Biomes
  • Structures

Tools

  • Seed Analyzer
  • Mod Intelligence
  • Crafting Calculator
  • Enchant Calculator

Mods & Packs

  • Mods
  • Plugins
  • Resource Packs
  • Shaders
  • Datapacks

Site & Legal

  • About
  • Authors
  • Editorial Policy
  • Corrections
  • Contact
  • Privacy Policy
  • Terms of Service
  • DMCA
  • Sitemap

© 2026 MinecraftBible. Not affiliated with Mojang or Microsoft.

PrivacyTermsContact
AE2 Web Integration
ModLGPL-3.0-or-later

AE2 Web Integration

An add-on for AE2 (Applied Energistics 2) that lets you view your terminal in your web browser wherever you are! There is also discord integration for all your needs

3.8K
Downloads
15
Followers
5 months ago
Updated
📦
11
Versions
managementtechnologyutilityforgeneoforge
Download Latestv1.0.1-neoforge-1.21.1View on Modrinth

📖About AE2 Web Integration

AE2 Web Integration

An add-on for AE2 that lets you view your terminal in your web browser wherever you are! This also includes viewing orders, cancelling them and even making a new ones! There is also a discord integration (through a webhook)!

Now also works on multiple networks and on public server = all players can have their own account!

THE MOD SHOULD ONLY BE INSTALLED ON SERVER SIDE, THERE IS NO ITEMS ADDED IN THE GAME!

Showcase on youtube

Main mod

YT showcase

Discord integration

YT showcase

How?

This mod starts a web server on server boot that hosts a simple website that you can access directly, or through API calls

How does web panel know which network to chose from?

Because the mod is server sided only, there is no additional terminal or block added that could identify the networks,
Networks are identified through wireless access points (or security terminal on older mc versions),
all players who wants to access a specific network through the website, must place an wireless access point on that network,
Additionally, if you access the website through an Admin account, you will have access to all networks with at least one wireless access point (doesn't matter if you placed it)

On older minecraft versions where there is a security terminal, networks are identified through an security terminal,
all players who wants to access the network should have their bio cards in the security terminal block (wild bio card is ignored for security reasons!)
Admin account will have access to all networks on the server that have security terminal (doesn't matter it has your bio card)

Current features

  • AE2 terminal (item list+sorting+filtering)
  • Monitor as many networks as you want!
  • Public mode, that allows the mod to works on servers with many independent players!
  • Start a new order
  • Check any CPU status
  • Cancel any CPU order
  • Order tracking

Gallery

Gallery image image image image

Security

In public mode,

all users on your server can create an account on the website and access their AE2 networks,
passwords are saved on the server as a PBKDF2WithHmacSHA1 hash
Once a user is authenticated, server generates a token valid for 1 hour/7 days and uses it to verify all requests after

In public mode disabled,

there is only an admin account which password is set in the config.
token mechanism is the same as in public mode.

Note: localhost connections are automatically authenticated by default, you can change that in config!

Requirements

  • An open port if you want to access the service outside your local network (configurable, terminal will be hosted at http://your-server-ip-or-domain:configured-port/ for example: http://server.kuba6000.pl:2324/)

How to use

  • Download the latest version for your game version from the releases page
  • Drop the mod in your server mods folder (only on the server!) (This also works on single player, but is not recommended)
  • Start the server
  • You can now find the config in /configs/ae2webintegration/ae2webintegration.toml (or .cfg on older mc versions). Edit the port number and password protection for your needs
  • Disable public mode if you play by yourself
  • [This step is done automatically by config watcher since 1.21.1, you can still force reload if it didn't worked!] Reload the config (/ae2webintegration reload) or restart the server
  • Make sure you have opened the configured port (firewall, redirections) if you want to use it on public internet
  • Now you can visit http://your-server-ip-or-domain:configured-port/ and login should appear on your browser!
  • There is a default user Admin which password is set in the config

Discord integration

Note: Discord integration is working only in public mode disabled!

  • Create a webhook on your discord server and set it in the ae2webintegration config
  • image

Custom website

  • If you already have a web server and want to host the panel there, you can!
  • There is currently no API documentation...
  • Check out Simple proxy site !
  • There you can find a simple website written in PHP ready to use, it's just simple proxy to API calls to the AE2 endpoint.

Compatibility

The mod is currently implemented only on 1.21.1 (NEO), 1.20.1, 1.12.2 and 1.7.10 versions, although it might change in the future!
A few remarks about compatibility:

  • 1.7.10 version is based on GTNH fork of AE2 and GTNH fork AE2FC for 1.7.10
  • 1.12.2 version is based on AE2-UEL and AE2FC for 1.12.2

👥 Team & Contributors

kuba6000
kuba6000Owner

⚙️ Compatibility

Environment
🖥️ Server-side
Loaders
forgeneoforge
Minecraft Versions
1.21.1

🔗 Links

Modrinth Page