v3.3.5 / Remote Console / Authentication

Hi!

I’m using/installing trinity core the first time. My world server is running. I can log into the game using the wow client.

But: how can i access the remote console of the world server? I tried using putty, connecting to 127.0.0.1:3443 (default settings).
I am asked for authentication. Username and password.

What credentials should be used? WoW-Account, MySQL-Account, something weired?

Thanks!

WoW account

WoW account

​Thanks.

It doesn’t worked first. Then I took a look into the source code to get a hint, what might be wrong.

There is a check for the related realm id equals to -1.

Then I knew, what i did wrong: account set gmlevel xxx 3 1

should be account set gmlevel xxx 3 -1
(like in the docu)