Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Go to ApplicationAddress:5000 or simply localhost:5000 address from your browser (e.g. demo.myemakin.com:5000)
  2. On the landing page you will be required to enter an administration password to get an access to application settings
  3. Default password is the text "verysecret". You can change your password after you logged into the administration panel using "Change Password" button which is on the top navigation bar
  4. Enter your password into the Authentication Password field and press Login button to access the panel.

...

For issues on accessing see below notes.

Key Notes

...

Accessing Administration Panel
Anchor

...

admin-panel-access
admin-panel-access

On some installations, port 5000 might not be reserved for Administration Panel. In this situation, access port to this page can be customized in the file"..\6Kare\Agent\Configuration\appsettings.json". You can also prevent access to this page in the same file.

If there is no appsettings.json file in this directory, just copy the same file from "..\6Kare\Agent" folder into "..\6Kare\Agent\Configuration" folder and make changes on it.

Changing Administration Panel Password
Anchor
password-change
password-change

When you change the Administration Panel password, it is stored as a hash value in the HostSettings table in SQL database.

If you forget this password, just delete the password record from the table and you will be able to log in with the default "verysecret" password again.

Application and Domain Names

...