How To Make An Eaglercraft Server 1.8.8 Guide

The console will show:

location /minecraft proxy_pass http://localhost:8081; proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "upgrade"; how to make an eaglercraft server 1.8.8

Also allow it in your OS firewall:

server: port: 8081 # WebSocket port (HTTP) bind: "0.0.0.0" # Listen on all interfaces max_players: 20 motd: "My Eaglercraft 1.8.8 Server" online-mode: false # No Mojang auth (browser clients) allow-nether: true allow-end: true 🔐 : Set online-mode: false – Eaglercraft can’t authenticate with Mojang. Save the file. Step 5: Open Firewall & Port Forward If hosting for others, forward TCP port 8081 (or whatever you set) in your router settings. proxy_set_header Upgrade $http_upgrade