Skip to content

Latest commit

 

History

History
35 lines (29 loc) · 2.23 KB

README.md

File metadata and controls

35 lines (29 loc) · 2.23 KB

AE2 Web Integration - 1.7.10 minecraft addon

Host your AE2 terminal on web to quickly check on your storage/orders when not in game!

THIS MOD IS ONLY FOR PRIVATE SERVERS, SUPPORTS ONLY ONE AE SYSTEM AND SERVER-SIDED ONLY

THIS MOD IS COMPATIBLE ONLY WITH GTNH FORK OF AE2

Current features:

  • AE2 terminal (item list+sorting+filtering)
  • Start a new order
  • Check any CPU status
  • Cancel any CPU order
  • Order tracking
  • Password protection on the website, disable on localhost connections by default (can change in config) (implemented using authoarization header, described here: https://en.wikipedia.org/wiki/Basic_access_authentication)

image image

Requirements:

How to use:

  • Download the latest version from releases page
  • Drop the mod in your server mods folder (only on the server!)
  • Start the server
  • You can now find the config in /configs/ae2webintegration.cfg. Edit the port number and password protection for your needs
  • 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 popup should appear on your browser!
  • Only password is verified, you can put anything in the username ;)

Custom website