> For the complete documentation index, see [llms.txt](https://xnet-mobile.gitbook.io/xnet-mobile-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://xnet-mobile.gitbook.io/xnet-mobile-docs/deploy-connect-earn/quickstart-1/operator-console.md).

# Operator Console

#### **Step 1:** Create an Account or Log In

* Go to[ console.xnetmobile.com](http://console.xnetmobile.com) and log in or sign up for a new account.\
  Please use the email address used to purchase your device.
* New accounts will need to verify their email address.\
  You will receive an email from <noreply@xnetmobile.com> to verify.\
  Please check your spam folder if you do not see it immediately.

<figure><img src="/files/56LOnqPMYr7Upq4VBXzb" alt=""><figcaption></figcaption></figure>

#### **Step 2:** Add Your Wallet

* From the left menu, select "Wallets."
* Click "Add Wallet" in the top right corner.
* Enter your Solana wallet address. You can use one wallet for everything or separate wallets for different venues.
* You will need a compatible wallet in order to receive rewards. If you’re new to crypto, you can create a [Phantom wallet via apple or google authentication.](https://help.phantom.com/hc/en-us/articles/32775281256851-How-to-create-a-new-wallet-with-a-Google-or-Apple-account)<br>

<figure><img src="/files/Pz1zStEeE6kYO4xIqaaF" alt=""><figcaption></figcaption></figure>

#### Step 3: Add a Venue

* Enter the location (venue) where your Access Point will be deployed.&#x20;
* Fill out all the location information accurately and to the best of your ability, please refer to venue owner for ISP data and information.&#x20;

<figure><img src="/files/mjsbJm3xQc9mrktbhxTL" alt=""><figcaption></figcaption></figure>

#### Step 4: Claim Your Device (For XNET Shop Purchases Only)

* In the following days after your Access Point has shipped you will receive an important email from <noreply@xnetmobile.com> with the subject "**Device Claim Confirmation**”
* If you do not see an email after your device has been delivered, please check your spam/junk folders. If you cannot find any emails, please open a ticket by clicking the “Help?” icon on the bottom right of our website. \
  [xnetmobile.com<br>](http://xnetmobile.com)<img src="/files/ud6rllu9Cnibb7ULSvWa" alt="" data-size="line">
* On the left side-menu of the console, select "Devices”
* Click "Claim Device" in the top right.
* Copy the code from the claim confirmation email and paste into the box.

*Note: If the MAC address isn't already filled in, you'll be prompted to add it. You can find the MAC address on the device itself, near the serial number. On some hardware this may be labeled as “ESN”. It will always be an alpha-numeric 12 digit code.*

<figure><img src="/files/r21bL87kP95iNmcNJJwZ" alt=""><figcaption></figcaption></figure>

#### Step 5: Assign Your Device to a Venue

* In the "Devices" tab, find the Access Point you claimed.
* On the right of the screen you will see "Assign Venue"
* Assign your AP to the correct venue.

<div align="left"><figure><img src="/files/op5YkNIWkBY1DvBCjVRr" alt=""><figcaption></figcaption></figure></div>


---

# 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://xnet-mobile.gitbook.io/xnet-mobile-docs/deploy-connect-earn/quickstart-1/operator-console.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.
