Mesacarlos WebConsole Versions Save

Spigot plugin to manage your server remotely using a web interface

v2.5

1 year 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.

v2.5-beta3

1 year 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.

v2.4

2 years ago

Changelog:

  • Added Polskie translation to server and client (Thanks to @gpewojan1 !)
  • Added TPS to client

v2.3

2 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

v2.2

2 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 !

v2.1

3 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.

v2.0-rev3

3 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

v2.0-rev2

3 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.

v2.0-rev1

3 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.

v2.0

3 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.