How to change password of admin / user?

First way:

  1. Stop server;
  2. Find admin@...user file and remove it;
  3. Manually open json with user you want to make admin and set “isAdmin” to true.
  4. Start server;

If there is no “isAdmin”=true users admin from server.properties files will be created.

administration.https.port=7443

No longer used.

1 Like