The admin center is a separate administration interface integrated in i-doit. Here the settings shared by all tenants are configured.
Credentials
Attention!
Please do not edit the password if one is already assigned. This can only be changed via the CLI!
For the admin center there are separate credentials. These can be specified during the installation of i-doit. If this step was skipped, then there is no access to the admin center possible at first. In order to assign the credentials afterwards, the src/config.inc.php
file in the installation folder of i-doit needs to be edited. The username
and password
in the file should be replaced with the respective values:
$g_admin_auth = array( "username" => "password", );
Signing In
The admin center can be accessed via the login screen of i-doit. The Admin-Center
link is located beneath the login screen.
Assign credentials
This link is only available if the credentials for the admin center have been configured (see above).
As an alternative, the URL to the admin center can be entered in the browser. For this purpose, /admin/
is added to the link to i-doit :
https://i-doit.example.net/i-doit/admin/
Overview
In the Home
section the currently installed version of i-doit is displayed. In the Actions
item the i-doit environment info file
can be downloaded. This is a XML file with important system settings which can be very helpful for troubleshooting.
Tenants
Tenants are administrated in the Tenants
section. This, however, is only relevant for a multi-tenant license of i-doit. New tenants can be generated using the Add new tenant
button. Existing tenants can also be edited, (de)activated or deleted completely. A deleted tenant can only be restored via a back up.
Licenses
Licenses for i-doit can be installed via the Licenses
section.
In the first step, the license file is uploaded by using the Install new license
button. The respective option in the newly opened section has to be selected depending on whether it is a subscription-based license, a buyers license or a multi-tenant buyers license. For a subscription-based license or a buyers license it is sufficient to choose the associated tenant.
If a tenant or a multi-tenant buyers license is used, additional options are available in the "Multi-Tenant" section. In the "Multi-tenant options" column the tenants to be licensed can be selected. After licensing a tenant, he receives a row in the upper section. Here the object limit for each tenant can be determined. Save your limit specifications using the "Save changes" button.
Add-ons
In the Add-ons
section the Add-ons are managed. Each feature of i-doit is encapsulated in a Add-on.
Support
The customer portal is embedded in the Support
section. Download packages and licenses can be downloaded here among other things.
Configuration
In the Config
tab two items can be configured:
- Via
Admin-Center Credentials
the credentials to the admin center can be changed (see above). - Via
Connection to i-doit System Database
the access to the system database can be changed.
The settings can alternatively be changed in the src/config.inc.php
file in the installation path of i-doit. This file is created during the installation process of i-doit. If an update of i-doit is installed, a backup of the file is shown automatically. The date of the update is stated in the file name.