WebConsole
WebConsole is a Spigot plugin for Minecraft 1.14 that enables you to view your server console and manage your server from anywhere. It creates a WebSocket server in the background used by the web interface to send commands, receive your console log and manage your server. Dont worry about privacy: all data is stored in your browser offline and your PC will connect directly to your minecraft server. No intermediary web servers, just you and your server.
Plugin installation
- Plugin download
- Filling config.yml. Port and password configuration
How it works
- How to install web interface / connect to github pages
- How to add servers
Technical information
WebSocket commands
The following tables represent how server communicates with the client(s), something like a language between them.
Websocket Server -> Client
Code | Meaning |
---|---|
200 (message) | Query was processed with no errors |
403 (message) | You are not allowed to do that action |
LOG (message) | Message is a console output |
Client -> Websocket Server
Code | Meaning | Extra info |
---|---|---|
LOGIN (password) | Login to start communication with server | |
EXEC (command) | Run desired command in Minecraft Server | Login required |
Description
Spigot plugin to manage your server remotely using a web interface
angular13bukkitconsolejavamanagementminecraftmultilanguagepaperpapermcpluginpurpurrconserverspigotwebwebconsolewebsocketwebsockets
Readme
MIT
746 KiB
Languages
JavaScript
49.3%
Java
38.5%
HTML
11.8%
CSS
0.4%