BILLmanager 6
en En
es Es

Access to ISPsystem support

ISPsystem technical support staff may require temporary access to your server with the platform. For example, for:

  • diagnosing and troubleshooting;
  • configuring integrations;
  • performing other technical tasks at your request.

Such access is possible only with your explicit permission and is terminated immediately after the work is completed.

If access to the platform on your server is restricted by IP addresses, add the official ISPsystem technical support IP address to the allowed list.

Below are instructions for adding these addresses via the web interface and terminal. Actions are described separately for the root user and for staff with the administrator role.

Web interface

For the root user

To add an address for access:

  1. Log in to the platform interface as the root user.
  2. In the top right corner, click the administrator name → Back to root → go to the Settings section → User Settings.

  3. In the Main settings section, in the Access to control panel field, select the value "Only from IPs in the list".
  4. In the List of IP addresses field, add the IP addresses for technical support access: 5.75.187.54 and 116.203.84.40.
  5. Click Ok.

To disable access, remove the IP address from the List of IP addresses field.

For an employee with the administrator role

To add an address for access:

  1. Log in to the platform interface as the root user.
  2. In the main menu, go to the Provider section → Staff → select the account of the employee who needs to be granted access → Edit.
  3. In the Access Settings section, in the Access to control panel field, select the value "Only from IPs in the list".
  4. In the List of IP addresses field, add the IP addresses for technical support access: 5.75.187.54 and 116.203.84.40.
  5. Click Ok.

To disable access, remove the IP address from the list.

Terminal

For the root user

To add an address for access:

  1. Connect to the server with the platform via SSH. For more information about connecting via SSH, see Workstation setup.
  2. Create a backup copy of the configuration file /usr/local/mgr5/var/userconf/billmgr.root:
    cp /usr/local/mgr5/var/userconf/billmgr.root{,.bak}
    Explanation
  3. Add the IP address to the configuration:
    echo 'Access 5.75.187.54\nAccess 116.203.84.40' >> /usr/local/mgr5/var/userconf/billmgr.root
    Explanation


To disable access, delete the added line from the file.

For an employee with the administrator role

To add an address for access:

  1. Connect to the server with the platform via SSH. For more information about connecting via SSH, see Workstation setup.
  2. Create a backup copy of the configuration file /usr/local/mgr5/var/userconf/billmgr.<user_id>, where <user_id> is the id of the employee who needs to be granted access:
    cp /usr/local/mgr5/var/userconf/billmgr.<user_id>{,.bak}
    Explanation
    To find out the id of the employee who needs to be granted access, in the platform interface go to the menu ProviderEmployees → select the employee's account. In the id column, their numerical identifier will be indicated. For example, id=13.
  3. Add the IP address to the configuration:
    echo 'Access 5.75.187.54\nAccess 116.203.84.40' >> /usr/local/mgr5/var/userconf/billmgr.<user_id>
    Explanation

To disable access, delete the added line from the file.

Useful tips

Related topics:

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