> 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/troubleshooting-and-support/troubleshooting-tips-and-actions/tbsigtrace-signaling-trace-capture-tool/accessing-device.md).

# Accessing Device

There are 3 ways to access the Tmedia, Tsig or Tdev.

### Web Portal

The web portal is used to configure the line interfaces, signaling stacks, routes, and more.

It is also used to retrieve status about the system. See [Web Portal](/appendices/appendix-a-glossary/glossary-web-portal.md) for more information.

### SSH

The SSH connection is used to manage the device for operations, such as [changing the management IP address](/troubleshooting-and-support/troubleshooting-tips-and-actions/tbsigtrace-signaling-trace-capture-tool/accessing-device/tmg-change-management-ip-address.md), modifying the default password of the management interface, or for advanced troubleshooting.<br>

[Putty](http://www.putty.org/) is a common tool for accessing devices using SSH. With this tool, you need to enter the IP address of the management port and select the SSH connection type (default TCP port is 22). From any linux server, you can use the SSH command line option. Other tools are also available.

See 'Connecting to the Management Interface' of your [product installation guide](/appendices/appendix-b-product-datasheets.md) for more information.

### Serial Connection

The serial connection is used when the SSH connection is unavailable, or for advanced troubleshooting operations.<br>

[Putty](http://www.putty.org/) can be used to access the serial port using standard parameters: 9600-8-N-1.

See 'Connecting to the Serial Port' of your [product installation guide](/appendices/appendix-b-product-datasheets.md) for more information.

### Related Links

* [Password Less SSH](/troubleshooting-and-support/troubleshooting-tips-and-actions/tbsigtrace-signaling-trace-capture-tool/accessing-device/password-less-ssh.md)
* [How to setup SSH tunnel with Putty](/troubleshooting-and-support/troubleshooting-tips-and-actions/tbsigtrace-signaling-trace-capture-tool/accessing-device/how-to-setup-ssh-tunnel-with-putty.md)
* [Installation guides](/appendices/appendix-b-product-datasheets.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/troubleshooting-and-support/troubleshooting-tips-and-actions/tbsigtrace-signaling-trace-capture-tool/accessing-device.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.
