muaz-khan / RTCMultiConnection-Server

RTCMultiConnection socket.io server (npm install rtcmulticonnection-server)
https://muazkhan.com:9001/
MIT License
274 stars 146 forks source link

invalid-admin #4

Closed ghost closed 5 years ago

ghost commented 5 years ago

Muaz, hello. Thanks for the update.

I installed rtcmulticonnection version ":" 3.5.7 "(rtcmulticonnection-server version" 1.2.9 "): npm install --production Then I fixed the config.json in which I activated the admin panel. To use / admin / in the rtcmulticonnection folder, I manually install the "basic-auth" and "tsscmp" NPM packages:

npm install basic-auth
npm install tsscmp

Running node server.js

The https: //domenName/socket.io/socket.io.js Demo is loading. At https: //domenName/admin/ the authorization is enabled, where I enter the administrator's login and password.

BUT! The admin page reloads very quickly. Errors appear in the logs of the admin panel. In 1 second about 50 messages:

invalid-admin Invalid username or password attempted Without any UserName or Password

What could be the reason?