Post-Install Steps
Overview
Once you have deployed jambonz on VM-based infrastructure such as AWS EC2, you will need to create some DNS records and enable HTTPS for the web portal.
Create DNS records
The output of the deployment will have included the IP addresses of the Web/Monitoring server and the SBC server.
On a jambonz mini, these will be the same IP address since it is a single server deployment.
Using the DNS name that you specified during deployment (e.g. my-domain.example.com), create the following DNS A records:
Pointing to WebServerIP:
my-domain.example.comapi.my-domain.example.comgrafana.my-domain.example.comhomer.my-domain.example.compublic-apps.my-domain.example.com
Pointing to SbcServerIP:
sip.my-domain.example.com
Enable HTTPS for the portal
SSH into the Web/Monitoring server and install TLS certificates:
First time login
Now log into the portal for the first time.
The user is ‘admin’ and the password will have been listed as part of the outputs from the deployment script. You will be prompted to change the password on first login.
The initial grafana login is admin/admin.