2 PortSIP PBX Management

Configure PortSIP PBX

Note If you have already completed the Configuring PBX in Install PortSIP PBX, you may skip this section.


Accessing the PBX Web Portal

Once the PortSIP PBX installation is complete, open a web browser and navigate to: https://66.175.221.120:8887

If your browser displays an SSL certificate warning, you may safely ignore it and continue. This warning occurs when a self-signed certificate is used.

You will be redirected to the login page.

Administrator Login

  1. Click Sign in as the administrator or dealer to access the administrator login page.

  2. Enter the following credentials to sign in to the PBX Web Portal

    • Username: admin

    • Password: admin

Important For security reasons, you must change the default administrator password immediately after logging in.


After logging in for the first time, PortSIP PBX automatically launches the Setup Wizard to guide you through the mandatory initial configuration.

Step 1: Network Environment

Private IPv4 Address

  • Enter the private IPv4 address of the PBX server.

  • If the server does not have a private IP address, use the public IP address instead.

Public IPv4 Address

  • If the PBX server has a static public IP address, enter it here.

  • If the server does not have a static public IP, leave this field blank.

❗The loopback address (127.0.0.1) is not allowed. Only use a static IP address assigned to the LAN where the PBX is located. Do not use DHCP dynamic IP addresses.

These IP addresses must be reachable by SIP clients and IP phones. The configured IP will be used as the SIP server address and should be configured as the Outbound Proxy Server on clients.

Deployment Scenarios

  • Cloud Deployment Both static Private IPv4 and Public IPv4 addresses must be configured. If you have only a public IP address, treat it as the private IP address as well.

  • LAN Deployment Only the Private IPv4 address is required.


Step 2: SSL Certificate

To enable TLS transport for SIP and secure HTTPS access to the Web Portal and REST API, an SSL certificate must be configured.

Domain Setup

You need a domain name that points to your PBX server IP address. For example, you may purchase a domain from providers such as GoDaddy and configure its DNS records accordingly.

SSL Certificate Requirements

A trusted SSL certificate is strongly recommended to avoid browser security warnings. Common certificate providers include DigiCert, GeoTrust, GoDaddy, and others.

If you do not have a trust domain or SSL certificate, you may:

  • Use the PBX IP address as the Web Domain

  • Proceed with the default self-signed certificate

Note The default self-signed certificate will cause browsers to display security warnings and may block access unless manually allowed.

Preparing the Certificate

Follow the guide Preparing TLS Certificates to obtain the certificate files:

  • portsip.key

  • portsip.pem

Configuring the Certificate

In this guide, we assume the use of the domain uc.portsip.cc for the PBX web domain.

  1. In the Web Domain field, enter uc.portsip.cc.

  2. Open the portsip.pem file in a text editor (such as Windows Notepad), and copy the entire contents into the Certificate File field.

  3. Similarly, open the portsip.key file, and copy its entire contents into the Private Key File field.


Step 3: Transport Protocol

Configure the SIP transport protocols by clicking Add.

Default transport ports are:

  • UDP: 5060

  • TCP: 5063

  • TLS: 5061

You may change these ports if required, provided the selected ports are not already in use by other services.

Important After adding or modifying transport protocols, update your firewall rules to allow traffic on the configured ports. IP phones and client applications will use these ports to connect to the PBX.


Step 4: Reboot to Apply SSL Certificate

If you uploaded a trusted SSL certificate (instead of using the default self-signed certificate), you must restart the PBX to apply the changes.

Run the following commands:

After the restart, you can now access the PBX Web Portal at: https://uc.portsip.cc:8887


Managing the PortSIP PBX Docker Instance

After installation, you can manage the PortSIP PBX Docker instance using the following commands.

Show PBX Status

Start PBX

Stop PBX

Restart PBX

Remove PBX Container

This command does not delete PBX data.


Managing the PortSIP IM Service Docker Instance

Show IM Service Status

Start IM Service

Stop IM Service

Restart IM Service

Remove IM Service Container

This command does not delete PBX data.


Managing the Data Flow Service Docker Instance

Show Data Flow Service Status

Start Data Flow Service

Stop Data Flow Service

Restart Data Flow Service

Remove Data Flow Service Container

This command does not delete PBX data.

Last updated