Access to the Web Interface#
The first task to carry out is to change the password of the
zextras@example.com account. This is a very important task,
because this user has full powers over all Carbonio CE functionalities,
therefore its password must be robust. More details and the command to
change the password can be found in Section Set or Change Password.
After you change the password, point a supported browser to the Proxy Node’s IP or hostname and port
6071 (e.g., https://172.16.0.12:6071/) and log in to the Carbonio Admin Panel,
with user zextras@example.com and password the one you just
changed.
If the login is successful, go to Domains, select the domain example.com, and, under the General Settings and define:
The Public Server Host Name, setting it as https://mail.example.com
The Public Service Port, setting it as 443.
These two values combined represent the URL that users need to access to use the features of Carbonio CE.
Note
Since Carbonio CE uses SSL, it is strongly suggested to install an SSL certificate. Please refer to Section Deploy a Commercial SSL Certificate (CLI) or Virtual Hosts & Domain Certificates Carbonio Admin Panel for directions. You can even install a Let’s Encrypt certificate.
The web client is used by regular users to access to the e-mail account and can be used also to access other functionalities (Carbonio Files, Carbonio Docs if installed), as well as other client protocols such as IMAP or POP, and is available at https://mail.example.com/. In the User Guide you can find directions that guide you in your first steps with Carbonio CE and introduction to the most common tasks
The Carbonio Admin Panel is used for Administration access and is available at: https://mail.example.com:6071/
Here, you can manage server, domains, accounts, and other configurations. Please refer to section Carbonio Admin Panel Overview for more information.
Regardless of the language configured on Carbonio CE, the locale set on the browser takes precedence: This means that dates, currency, and other locale-related values will be displayed according to the language of the browser, which is usually inherited by the locale set for the operating system.
Multiple Configured Domains#
When multiple domains are defined on Carbonio CE, you will see in the username field, the default domain: to log in to that domain, you can use only the username. To login to another domain, you need to write the whole e-mail address: username and domain.
Lost Password#
If the Administrator has enabled the option, you can see a link underneath the credential’s text-fields, that allows you to recover the password.
Note
Before you can start the password recovery procedure, you need to ask the Administrator to set up a recovery account for you.
When you click the forgot Password link, you will be asked to enter
your current username, the e-mail account (for example,
john.smith@example.com), then click the SUBMIT
button. Next, you need to confirm your e-mail recovery address. A
temporary validation code, that expires in a few minutes, will be
sent to the recovery e-mail address. Copy it and insert it, then click
the VALIDATE CODE button.
If the code is validated, you can CONTINUE WITH YOUR SESSION, access your mailbox and then add a new password in the User Settings’ Authentication module, where you can also change the recovery address.
Set or Change Password#
It is possible to manage the password of any user, including the
Administrators, from the CLI, a task that is mandatory to allow the
Global Admin (whose account’s username is zextras@example.com) the
first Web access to the Carbonio Admin Panel.
To change the password, log in to a shell terminal as the zextras
user and execute the command
zextras$ carbonio prov sp zextras@example.com mynewsecurepassword
Make sure that mynewsecurepassword meets good security criteria!
A breakdown of the above command:
carbonio prov accesses the Carbonio provisioning tool, which is used to manage accounts, domains, COS, and so on
sp(short form ofsetPassword) is the specific provisioning tool’s subcommand to change a user’s password