...
- Open a command prompt:
- On Windows, choose Start -> Run, type cmd at the prompt, and press Enter.
- On Linux/Solaris, establish a SSH connection to the server or log in to the text Linux Console.
Execute one of the following commands, where
<EMM_HOME>
is the directory where you installed the product distribution:OS Command Linux/Solaris sh <EMM_HOME>/bin/wso2server.sh
Windows <EMM_HOME>\bin\wso2server.bat --run
Log into the Management Console using the following URL format:
https://<EMM_HOST>:<EMM_HTTPS_PORT>/admin/carbon
- By default,
<EMM_HOST>
islocalhost.
However, if you are using a public IP, the respective IP address or domain needs to be specified. - By default,
<EMM_HTTPS_PORT>
has been set to 9443. However, if the port offset has been incremented byn
, the default port value needs to be incremented byn
.
For example:
http://localhost:9443/admin/carbon/- By default,
- Enter the username as
admin
and the password asadmin
. - Click Sign-in.
- Switch to the Configure tab.
- Click Users and Roles and thereafter click User.
- Click Change Password in the Actions column, in-line with the user
admin
and set a new password. - Click Change.
- Log out and log in again with the new credentials.
Adding a new tenant
Follow the instructions below You can add a new tenant in the management console and then view it by following the procedure below. In order to add a new tenant:
...
, you should be logged in as a super user.
- Click Add New Tenant in the Configure tab of the EMM management console.
Enter the tenant information in Register A New Organization screen as follows, and click Save.
Parameter Name Description Domain The domain name for the organization, which should be a unique name (e.g., abc.com). This is used as a unique identifier for your domain. You can use it to log into the admin console to be redirected to your specific tenant. The domain is also used in URLs to distinguish one tenant from another. Select Usage plan for the tenant - Plan for Tenant The usage plan defines limitations (such as number of users, bandwidth etc.) for the tenant. First Name - First name of the tenant admin./Last Name - Last The name of the tenant admin. Admin Username - The The login username of the tenant admin will use to log in. The username must always end ends with the domain name (e.g., admin@abcadmin@abc.com) Admin Password The password used to log in using the admin username specified. Email - Admin Password (Repeat) Repeat the password to confirm. Email The email address of the admin. - Click Save.
- After saving, the newly added tenant appears in the Tenants List page as shown below. Click View Tenants in the Configure tab of the management console to see information of all the tenants that currently exist in the system. If you want to view only tenants of a specific domain, enter the domain name in the Enter the Tenant Domain parameter and click Find.
Editing a tenant
Follow the instructions below to edit a tenant:
- Log into the Management Console.
- Switch to the Configure tab and click View Tenants.
- Search for the tenant based on the tenant domain name.
- Click Edit .
- Edit the tenant details as required. Note that the domain, tenant ID and usage plan can not be modified.
- Click Update.
- Optionally, click Deactivate, if you wish to deactivate the tenant.
Viewing tenants
...
What's next?
If you want to customize the email template for a tenant, see Customizing Email Templates for Tenants.