How to change password of admin / user?

Hi, I want to change the PW of default user admin@blync.cc
How I do I that ?
It does not work to change the “Pass” field in admin -> users

Thanks, Markus

@MarkusF I remember it being quite difficult or more precisely not very intuitive. From memory you have to create the admin user and then make the password request change in the app (and server.properties).

Maybe @Dmitriy could just refresh our memories on the precise procedure.

AS you already have admin user you need to remove it from file system.

hi Dmitry

Can you pls explain the steps to change the admin username and password without impacting existing accounts - as its not clear to me and would seem to many others.
admin@blynk.cc works in my current setup even though in my server.properties I have a different admin email and admin pass word setup.

this is what I have - do I assume 7443 should be 9443 ?

#ADMINISTRATION SECTION

admin.rootPath=/admin

#administration https port
administration.https.port=7443
admin.email=xxx@gmail.com
admin.pass=xxxx
1 Like

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

thanks worked when I changed following json property in my xxx@xxx.com.Blynk.user file from false to true i.e. "isSuperAdmin" : true