> 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/tmedia-documentation/configuration/downloading-a-license-for-sbc-units.md).

# Downloading a License for SBC Units

#### ***Applies to version(s): v3.0, v3.1***

### First Time Installation

For a first time installation of FreeSBC and ProSBC, use this procedure from the web portal of the SBC:

1. Connect to the web server:

Using a web browser, connect to the web portal by typing the following in your address bar:

* **http\://\[DEVICE IP ADDRESS]:12358** For example
* **<http://10.10.10.10:12358>**

2. Logging on to the Web Portal: In order to log on to the Web Portal configuration tool, enter the root user ID and password. The default values for these parameters are:

* Username: **root**
* Password: **root** ![FreeSBC Login page](https://docs.telcobridges.com/w/images/c/c3/FreeSBC_Login_page.png)

3. Get the license here: Maintenance -> Packages and Licenses -> Get or renew license This will download and install the required license for this unit.

![1900x1900px](https://docs.telcobridges.com/w/images/a/a1/Downloading_license_seed_1.png)

#### No internet access

If your system does not have access to the internet, Click on **Download History** to get the seed and send this file to \[mailto:<licenses@telcobridges.com> <licenses@telcobridges.com>].

This will be used to generate the initial license of the unit and the support group will send you this license.

### Upload License

Then, you can upload the license: [Upload a license](https://github.com/telcobridges-main/tmedia-wiki/tree/main/tmedia/configuration/uploading-a-license/README.md)

### Configuration

Once the license is installed, you can [configure the SBC](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/api/freesbc-prosbc-3-0-web-portal-tutorial-guide/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/tmedia-documentation/configuration/downloading-a-license-for-sbc-units.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.
