Cuberite Forum
MCServer WebAdmin - bad username or password - Printable Version

+- Cuberite Forum (https://forum.cuberite.org)
+-- Forum: Cuberite (https://forum.cuberite.org/forum-4.html)
+--- Forum: Discussion (https://forum.cuberite.org/forum-5.html)
+--- Thread: MCServer WebAdmin - bad username or password (/thread-1434.html)



MCServer WebAdmin - bad username or password - asker - 04-06-2014

Hello,

i installed MCServer and changed the webadmin.ini to
Code:
; This file controls the webadmin feature of MCServer
; Username format: [User:*username*]
; Password format: Password=*password*; for example:
; [User:test]
; Password=test123

Then i tried to browse to the webadmin: http://192.168.1.83:8080/webadmin/
But every time it asks me for username and passwort. it does not accept the user and pw above and says MCServer WebAdmin - bad username or password. I restarted the server and the raspberry and so on, but it doesn't work.
can you say me what i'm doing wrong?


RE: MCServer WebAdmin - bad username or password - NiLSPACE - 04-06-2014

Here is an example on how to use it:
Code:
[User:admin]
Password=admin
Now you created an account with the name "admin" and the password is "admin".


RE: MCServer WebAdmin - bad username or password - asker - 04-06-2014

thank you, i had the semicolons before


RE: MCServer WebAdmin - bad username or password - FakeTruth - 04-06-2014

semicolons mean comment lines in ini files