> 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/telecom-concepts/gateway-management.md).

# Gateway Management

This page describes how to manage your TelcoBridges gateway.

The TelcoBridges gateway uses tbos as its operating system.

### Operating System

You can view the OS your gateway is running on by entering the following command:

```
cat /etc/issue
```

NOTE: If your gateway is running TBLinux, please follow this [link](https://github.com/telcobridges-main/tmedia-wiki/tree/main/tmedia/operations/tblinux/README.md).

### Specific Gateway Unit Information

These links will give you important information to send to TelcoBridges' TB Support Team when reporting an issue.

* [Get gateway product type](https://github.com/telcobridges-main/tmedia-wiki/tree/main/tmedia/operations/get-product-type/README.md)
* [Get gateway serial number](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/misc/get-serial-number/README.md)

### Managing/Operating Gateway Unit

* [Accessing the gateway](https://github.com/telcobridges-main/tmedia-wiki/tree/main/tmedia/operations/accessing-device/README.md)
* [Change Management IP Address(es)](https://github.com/telcobridges-main/tmedia-wiki/tree/main/tmedia/platforms/change-management-ip-address/README.md)
* [Change Internal Subnets](https://github.com/telcobridges-main/tmedia-wiki/tree/main/tmedia/platforms/internal-subnets/README.md)
* [Change the Management Interface Password](https://github.com/telcobridges-main/tmedia-wiki/tree/main/tmedia/operations/how-to-change-host-password-on-linux/README.md)
* [Change the Time Zone](https://github.com/telcobridges-main/tmedia-wiki/tree/main/tmedia/platforms/change-time-zone/README.md)
* [Configure NTP](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/protocols/ntp/README.md)
* [Retrieve Text CDR](https://github.com/telcobridges-main/tmedia-wiki/tree/main/tmedia/platforms/retrieve-text-cdr/README.md)
* [Change VoIP Interface IP Address](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/sip-voip/configuring-ip-interfaces/README.md)
* [Analyzing disk health](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/api/analyzing-disk-health/README.md)
* [Add persistent static route](https://github.com/telcobridges-main/tmedia-wiki/tree/main/tmedia/platforms/add-persistent-static-route/README.md)
* [Capture VoIP interfaces traffic (signaling and RTP)](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/sip-voip/voip-ethernet-capture/README.md)
* [Configure password-less SSH login (from or to other servers)](https://github.com/telcobridges-main/tmedia-wiki/tree/main/tmedia/operations/password-less-ssh/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/telecom-concepts/gateway-management.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.
