Skip to content

Host Administration

The host administration interface provides a central location for configuring the infrastructure of your hosted Emakin applications. All agent nodes within a farm share the same configuration.

domains.png

This panel allows you to add and remove applications and manage their core settings, such as database connections, login services, file and calendar services, security policies, email services, and worker configurations.

hostadmin_applications.png

Accessing the Host Administration Panel

The host administration panel can be accessed through port 7180 in your web browser.

Warning

The host administration port (7180) should be accessible only from secured networks and should not be open for public access. The administration panel is also protected by a password.

To access the host administration panel, follow these steps:

  1. Navigate to http://<application-address>:7180 or http://localhost:7180 in your browser (e.g., demo.myemakin.com:7180).
  2. On the landing page, you will be prompted to enter an administration password.
  3. The default password is "verysecret". You can change this password after logging into the administration panel using the "Change Password" button located in the top navigation bar.
  4. Enter your password in the "Authentication Password" field and click the "Login" button to access the panel.

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

Changing the Administration Panel Password

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

Application and Domain Names

When Emakin runs for the first time after installation, it creates a default application named "localhost" and a default domain named "default."

While the application name can be changed from the Administration Panel, the domain name cannot. However, the domain name can still be changed manually through the SQL database. It is recommended to create custom application and domain names early in the setup process.

Default Domain User Information

The default domain includes a default Admin user. The login credentials are:

Username: [email protected] Password: admin