Skip to content

EspoCRM App

About

EspoCRM is a web application that allows users to see, enter and evaluate all your company relationships regardless of the type. People, companies, projects or opportunities — all in an easy and intuitive interface.

Admin access

EspoCRM is automatically setup with an admin account.

    username: admin
    password: changeme

Be sure to change the admin credentials immediately after installation.

To make an existing Cloudron user an admin, set the admin flag under Teams and Access Control. Currently, this requires that the Cloudron user log into EspoCRM first.

Portals

EspoCRM Portal is a functionality that provides the access specific CRM data and functions for your customers and partners. Portals can either be sub paths or standalone domains.

Cloudron supports standalone domains for EspoCRM portals using App Location Aliases. To setup a portal domain:

    RewriteCond %{HTTP_HOST} ^acme\.cloudron\.club$
    RewriteRule ^client - [L]

    RewriteCond %{HTTP_HOST} ^acme\.cloudron.club$
    RewriteCond %{REQUEST_URI} !^/portal/acme/.*$
    RewriteRule ^(.*)$ /portal/acme/$1 [L]
  • Restart the app for the apache configuration changes to take effect.

  • You can now visit https://acme.cloudron.club.

Resetting passwords

Especially for the admin user if the email was not changed to a real mailbox, a new password can be set using the following command in the Web terminal:

/usr/local/bin/gosu www-data:www-data php command.php set-password admin