WebConsole

Spigot plugin to manage your server remotely using a web interface

MIT License

Stars
189
Committers
19

Bot releases are hidden (Show)

WebConsole - WebConsole v2.8 Latest Release

Published by mesacarlos 3 months ago

Changelog:

  • Fixed TPS not working sometimes. (Thanks to @LOLYAYDEV !)
  • Upgrade client dependencies.
WebConsole - WebConsole v2.7

Published by mesacarlos 3 months ago

Changelog:

  • Fixes related to colors on console. Minecraft version 1.20.5 seem to have changed the way colors are represented. With this fix, colors are back!

Important notes about this version:

  • It is required to update both client and server (plugin .jar file) to have this problem fixed.
WebConsole - WebConsole v2.6

Published by mesacarlos 3 months ago

Changelog:

Important notes about this version:

  • Client does not change. This version only updates the .jar file.
WebConsole - WebConsole v2.5

Published by mesacarlos about 2 years ago

Changelog:

Wanna help translating this new client? Cool! English version of the client translation can be found here. Contributions are greatly appreciated!

Important notes about this version:

  • It is required in this new client version to host it using a web server (Apache, nginx, IIS, etc.) If you want to keep using the client locally either use solutions like XAMPP or keep using v2.4 (Fully compatible with v2.5).
  • Server plugin (.jar file) keeps unchanged and is equivalent to v2.4.
WebConsole - WebConsole v2.5 BETA

Published by mesacarlos over 2 years ago

Changelog:

Wanna help translating this new client? Cool! English version of the client translation can be found here. Contributions are greatly appreciated!

Assets not downloadable from GitHub. Please download latest version from Jenkins.

WebConsole - WebConsole v2.4

Published by mesacarlos over 2 years ago

Changelog:

  • Added Polskie translation to server and client (Thanks to @gpewojan1 !)
  • Added TPS to client
WebConsole - WebConsole v2.3

Published by mesacarlos almost 3 years ago

Changelog:

  • Added Japanese translation to server and client (Thanks to @kuroneko6423 !)
  • Bump Log4j to 2.15.0 due to security issues.
  • Load a JSON containing all the saved connections into the client 8efd97ba7526a1491f57f235492d010355e285e7
WebConsole - WebConsole v2.2

Published by mesacarlos about 3 years ago

Changelog:

  • Added a whitelist/blacklist to the config file. Now you can set a list of commands for the admin users inside your config. config.yml will auto-update with the new section. Whitelist is disabled by default. Thanks to @awesomemoder316 !
WebConsole - WebConsole v2.1

Published by mesacarlos almost 4 years ago

Changelog:

  • Added a random-generated token to improve security. When a user connects and logs in to the server, the server will generate and send a random identifier to the client. The client will need to send this token to the server on every command. This prevents IP spoofing. This also means that from now on messages sent by the client are no longer a String like "LOGIN" or "EXEC", instead they will be a JSON String.
WebConsole - WebConsole v2.0 Revision 3

Published by mesacarlos almost 4 years ago

Minor improvements to last version. As always, revisions only update the client, the plugin (server) is kept almost unchanged and fully compatible with the rest of v2.0 clients.

Changelog:

  • Solved bug (RAM usage info was incorrect #58 thanks to @olidem00)
  • Added validation to the "add server" form
WebConsole - WebConsole v2.0 Revision 2

Published by mesacarlos about 4 years ago

Minor improvements to last version. As always, revisions only update the client, the plugin (server) is kept almost unchanged and fully compatible with the rest of v2.0 clients.

Changelog:

  • Translated both plugin and client to Turkish.
WebConsole - WebConsole v2.0 Revision 1

Published by mesacarlos about 4 years ago

Minor improvements to last version. As always, revisions only update the client, the plugin (server) is kept almost unchanged and fully compatible with the rest of v2.0 clients.

Changelog:

  • Translated both plugin and client to Korean.
WebConsole - WebConsole v2.0

Published by mesacarlos over 4 years ago

READ BEFORE UPDATE: This update changes the structure of your config.yml. You need to move your password from it's current place (password field) to the new admin: section inside passwords:. Check out README.md for a detailed explanation. If you are installing this plugin for the first time in your server, this advice does not apply to you.

Changelog:

  • Now you can create more than one user.
  • You can now create read-only users (viewers).
  • Solved problem with duplicated time when reading latest.log.
  • Bug fixes.
WebConsole - WebConsole v1.5 Revision 4

Published by mesacarlos over 4 years ago

Minor improvements to last version. As always, revisions only update the client, the plugin (server) is kept almost unchanged and fully compatible with the rest of v1.5 clients.

Changelog:

  • Translated both plugin and client to German.
WebConsole - WebConsole v1.5 Revision 3

Published by mesacarlos over 4 years ago

Minor improvements to last version. As always, revisions only update the client, the plugin (server) is kept almost unchanged and fully compatible with the rest of v1.5 clients.

Changelog:

WebConsole - WebConsole v1.5 Revision 2

Published by mesacarlos over 4 years ago

Minor improvements to last version. As always, revisions only update the client, the plugin (server) is kept almost unchanged and fully compatible with the rest of v1.5 clients.

Changelog:

  • Translated plugin and client to Dutch (translated by Twockx).
WebConsole - WebConsole v1.5 Revision 1

Published by mesacarlos over 4 years ago

Minor improvements to last version. As always, revisions only update the client, the plugin (server) is kept almost unchanged and fully compatible with the rest of v1.5 clients.

Changelog:

  • Translated plugin and client to Italian.
  • Some servers had some problems reading latest.log file as UTF-8. Added ISO 8859-1 support.
WebConsole - WebConsole v1.5

Published by mesacarlos over 4 years ago

Changelog:

  • Added "Retrieve full log file from server after login" option to client settings. Enabled by default.
WebConsole - WebConsole v1.4 Revision 5

Published by mesacarlos over 4 years ago

Minor improvements to last version. As always, revisions only update the client, the plugin (server) is kept almost unchanged and fully compatible with the rest of v1.4 clients.

Changelog:

  • Translated plugin and client to Czech.
  • Added settings menu to client. Datetime can be printed to console. More options are coming to this menu soon.
  • Not forcing welcome screen on server stop anymore.
WebConsole - WebConsole v1.4 Revision 4

Published by mesacarlos almost 5 years ago

Minor improvements to last version. As always, revisions only update the client, the plugin (server) is kept almost unchanged and fully compatible with the rest of v1.4 clients.

Changelog:

  • Translated plugin and client to French.
  • Solved problem with Russian translation.