> For the complete documentation index, see [llms.txt](https://docs.gxc.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gxc.io/docs/troubleshooting/onyx-troubleshooting-guide.md).

# Onyx Troubleshooting Guide

This guide provides structured, step-by-step procedures for diagnosing and resolving the most commonly reported issues encountered on the GXC Onyx private cellular platform.

## What's Covered in This Guide

This guide includes the following chapters:

* [*Onyx Portal Operations and Administration Issues*](/docs/troubleshooting/onyx-troubleshooting-guide/operations-and-administration-issues.md)
* [*Service Issues*](/docs/troubleshooting/onyx-troubleshooting-guide/service-issues.md)
* [*Onyx Portal Navigation and Indicators Reference*](/docs/troubleshooting/onyx-troubleshooting-guide/onyx-portal-navigation-and-indicators-reference.md)
* [*agw\_user CLI Command Reference*](/docs/troubleshooting/onyx-troubleshooting-guide/agw_user-cli-command-reference.md)

## How to Use This Guide

Each troubleshooting topic in this guide follows a consistent format to help you quickly identify and resolve issues.

* Symptoms — What the user or operator observes (for example, a UE displaying "No Service").
* Indicators — Where to verify the issue in the Onyx Portal (dashboards, status indicators, alerts, and logs).
* Possible Causes — The most likely underlying reasons for the symptom.
* Actions — Recommended diagnostic and corrective steps to take, in recommended order.
* Resolution — How to confirm the issue is fully resolved, where applicable.
* Escalation — When and how to engage GXC Technical Support, and what information to gather before creating a support case.

## Contact GXC

For technical issues or additional support, visit <https://gxc.io/contact-us/>.


---

# 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://docs.gxc.io/docs/troubleshooting/onyx-troubleshooting-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.
