> 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/initial-installation/2.-initial-configuration.md).

# 2. Initial Configuration

### Introduction

The Web Portal is the principal way to interact with the session border controller. It is how the actual configuration of the device takes place. Using the Web Portal you tell the device about its available network resources.

With its operations, maintenance, administration and provisioning (OAM\&P) capabilities, the Web Portal is also the principal interface for day-to-day interactions with the equipment, such as viewing statistics and alarms, providing continuous system performance and health monitoring.

You can also use the Web Portal for more point-in-time requirements, such as performing software upgrades, modifying existing production systems to meet new business requirements, or adding new devices or capacity to existing production systems.

The Web Portal also facilitates configuration management, with the ability to create, validate, and then push out new device configurations. It also supports the ability to easily roll back to previous production configurations as well.

<br>

### Connect to the Web Portal

You connect to the Web Portal with a web browser such as Internet Explorer, Mozilla Firefox or Google Chrome. The address you connect to will be either the LAN machine name or the IP address of the device, followed by the port number. The default port number is 12358.<br>

Example (if the management IP address is 192.168.0.100):

```
 http://192.168.0.100:12358 
```

### Basic configuration

There are many ways to use the SBC. Follow the steps on this page to get a first basic configuration: [SBC Basic configuration](/initial-installation/2.-initial-configuration/basic-configuration.md)

### ProSBC Versions

Use these links to configure your ProSBC:

* [Version 3.3](/configuration-details/configuration-by-web-portal-category.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/initial-installation/2.-initial-configuration.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.
