BILLmanager Knowledge Base
en En
es Es
We want your feedback!
Take our survey and help us improve the ISPsystem ecosystem as our lead advisor
Take the survey

How to configure redirection to BI by domain name

Description

It is required to configure domain name redirection for the installed Business Intelligence (BI) module, which is accessible by default via its IP address. For instructions on installing the module, see the link Installing the BI module and configuring user permissions.

Solution

To configure redirection by domain name:

  1. Connect to the server with the platform via SSH. For more information about connecting via SSH, see Workstation setup.
  2. Open the file /usr/local/mgr5/etc/business_intelligence/ansible/vars.json in edit mode.
  3. Find the parameter bi_app_host and replace the IP address with the domain name:
    Original file example
    "bi_app_host": "https://10.10.10.10",
    Modified file example
    "bi_app_host": "bi.domain.com",
    Comment
  4. Apply the changes:
    /usr/local/mgr5/etc/business_intelligence/ansible/run.sh install
  5. Open the file /usr/local/mgr5/etc/billmgr.conf in edit mode.
  6. Find the BIHost parameter and replace the IP address with the domain name (with indication of the port):
    Original file example
    BIHost 10.10.10.10:8000
    Modified file example
    BIHost bi.domain.com:8000
    Comment
  7. Restart BILLmanager:
    /usr/local/mgr5/sbin/mgrctl -m billmgr exit
  8. Check that the BI module is available at https://bi.domain.com.

If your domain uses its own SSL certificate, add it to the server with BI:

  1. Connect to the server with BI module via SSH. For more information about connecting via SSH, see Workstation setup.
  2. Place the certificate and key files in the /root/.local/share/ispsystem/bi-app/ directory with the following names:
    • certificate file: server.cert
    • key file: server.key
  3. Restart the bi-app container:
    docker restart bi-app
Useful tips

The feature to specify a domain name during the BI module installation has been planned for implementation. The current status of this task is available under ticket number CF-3979 in our bug-tracking system.

Related topics:

The article was last updated on 11.06.2025. The article was prepared by technical writers of ISPsystem