Versions Compared

Key

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

...

You can access host administration panel by following the steps below:

  1. Go to ApplicationAddress/hostadm :5000 or simply localhost:5000 address from your browser (e.g. demo.myemakin.com/hostadm:5000)
  2. On the landing page you will be required to enter an administrator token administration password to get access to application settings
  3. On the computer where Emakin is hosted at, start Command Prompt and run the Agent service with "at" command without the quotation marks

    Code Block
    languagetext
    themeRDark
    D:\6Kare\AltiKare>AltiKare.Workflow.Agent.exe at

    This will provide you a token similar to the one below:

    Code Block
    languagetext
    themeRDark
    Administration Token: 86E2A3D0B8B2DFC96AB3DE2C89F4B765108FC756ADEC5BFC329E7F5C14224E9F
    Enter this token into Authentication Password area Default password is the text "verysecret". You can change your password after you logged into the administration panel using "Chane 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.

To manage host administration panel configurations, edit the "appsettings.json" file which is in the ..\6Kare\Agent\Configuration folder. If there is no file with this name, just copy the same file from ..\6Kare\Agent folder into ..\6Kare\Agent\Configuration folder to override default settings.

Application Registration
Anchor
registerapp
registerapp

...