Versions Compared

Key

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

Host The host administration panel provides an interface for infrastructural configurations of hosted Emakin applications. From this panel, you can add/remove applications and manage their basic settings such as database connections, login services, file and calendar services, security policies, e-Mail mail services, and worker configurations.Image Removed

...

Click the downward arrow next to the application name to open the settings menu. Settings on this menu are separated into tabs as follows:

How to Access

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

  1. Go to ApplicationAddress:7180 or simply localhost:7180 address from your browser (e.g. demo.myemakin.com:7180)

  2. On the landing page, you will be required to enter an administration password to get

...

  1. access to application settings

...

  1. The default password is the text "verysecret". You can change your password after you

...

  1. log into the administration panel using the "Change Password" button which is on the top navigation bar

  2. Enter your password into the Authentication Password field and press the Login button to access the panel.

To manage host administration panel access settings, edit the appsettings.json file in the "..\6Kare\Agent\Configuration" folder. 

For issues on accessing, see the notes below.

Key Notes

Accessing Administration Panel
Anchor
admin-panel-access
admin-panel-access

On some installations, port 5000 7180 might not be reserved for the Administration Panel. In this situation, the 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 to 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 the 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.

...

While the application name can be changed from the Administration Panel, the domain name can not.
It can still be changed from the SQL database manually. It is suggested to create your own application and domain with custom names early on.

...

If there is only one application but multiple domains, you can access your domains with the addresses like "domain_name1.localhost", "domain_name2.localhost" etc. or "domain_name1.application_name", "domain_name2.application_name" etc.

...