> For the complete documentation index, see [llms.txt](https://prosbcdocs.telcobridges.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://prosbcdocs.telcobridges.com/telecom-references/apis-and-integration/freesbc-prosbc-3-1-web-portal-tutorial-guide.md).

# FreeSBC/ProSBC 3.1 Web Portal Tutorial Guide

**Introduction** The Web Portal Tutorial provides you with a scenario-based approach to configuring and monitoring the status of [FreeSBC](https://github.com/telcobridges-main/tmedia-wiki/tree/main/_excluded/sbc/freesbc-and-prosbc/README.md)/[ProSBC](https://telcobridges.com/sbc/products/prosbc/) systems, using the Web Portal configuration tool. Complete general installation configuration steps, before you begin configuring your specific application.

**Prerequisites** [FreeSBC](https://github.com/telcobridges-main/tmedia-wiki/tree/main/_excluded/sbc/freesbc-and-prosbc/README.md)/[ProSBC](https://telcobridges.com/sbc/products/prosbc/) devices must be installed as described in their respective [installation guides](https://github.com/telcobridges-main/tmedia-wiki/tree/main/tmedia/operations/prosbc-product-installation/README.md).

**Web Portal Categories** Web Portal configuration and status topics are grouped into the following major categories. It is recommended that you follow this order.

## System

* Host Role
* SBC
* Access and User Management
* Database Backup
* SNMP
* Configuration
* Minor Package Upgrade
* Software Licenses
* Statistics
* Audit Logs [(Configuration)](https://github.com/telcobridges-main/tmedia-wiki/tree/main/tmedia/configuration/freesbc-prosbc-web-portal-3-1-system-settings/README.md)

## IP Network

* IP Network
* DNS
* NAT
* Transcoding Units
* Ethernet Bonding [(Configuration)](https://github.com/telcobridges-main/tmedia-wiki/tree/main/tmedia/configuration/freesbc-prosbc-web-portal-3-1-ip-network-settings/README.md)

## Protocol Stack

* Certificates and TLS Profiles
* SIP
* Calls
* NAP [(Configuration)](https://github.com/telcobridges-main/tmedia-wiki/tree/main/tmedia/configuration/freesbc-prosbc-web-portal-3-1-protocol-stacks/README.md)

## CDR

* Text CDR
* RADIUS [(Configuration)](https://github.com/telcobridges-main/tmedia-wiki/tree/main/tmedia/configuration/freesbc-prosbc-web-portal-3-1-call-detail-record-cdr/README.md)

## Fax

* FAX passthrough (silence suppression)
* FAX T.38
* FAX passthrough (NSE)
* FAX passthrough (VBD) [(Configuration)](https://github.com/telcobridges-main/tmedia-wiki/tree/main/tmedia/configuration/freesbc-prosbc-web-portal-3-1-fax-settings/README.md)

## Call Route

* Static Route
* Routing Script
* Label Routing
* RADIUS Authorization and Authentication [(Configuration)](https://github.com/telcobridges-main/tmedia-wiki/tree/main/tmedia/configuration/freesbc-prosbc-web-portal-3-1-call-routes-settings/README.md)

## Lawful Intercept

[(Configuration)](https://github.com/telcobridges-main/tmedia-wiki/tree/main/tmedia/configuration/freesbc-prosbc-web-portal-3-1-lawful-interception-settings/README.md) [(Status)](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/concepts/lawful-intercept-status/README.md)

## Troubleshooting

* CallTrace
* Test Call
* Target Recording
* Ethernet Capture [(Configuration)](https://github.com/telcobridges-main/tmedia-wiki/tree/main/tmedia/configuration/freesbc-prosbc-web-portal-3-1-troubleshooting/README.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://prosbcdocs.telcobridges.com/telecom-references/apis-and-integration/freesbc-prosbc-3-1-web-portal-tutorial-guide.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
