> For the complete documentation index, see [llms.txt](https://conservation-x-labs-1.gitbook.io/sentinel-multi-language/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://conservation-x-labs-1.gitbook.io/sentinel-multi-language/support/logging-into-your-sentinel-1.md).

# Logging into your Sentinel

Setting up the modem

For this you need a working WiFi connection (or Hotspot) without a secondary verification e.g. hotel Wifi with a login page

<figure><img src="/files/IEQ00uclnIwVn0SSwRW3" alt=""><figcaption><p>Sentinel-modem</p></figcaption></figure>

{% hint style="info" %}
This process repeats your WiFi to a network that Sentinel knows (called sentinel-net). This allows the Sentinels to always look for the same network wherever they are
{% endhint %}

1. Plug-in provided modem via micro USB cable
2. Connect to sentinel-net (PW: endextinction)
3. Open the browser and navigate to 192.168.8.1 (PW: endextinction)

<figure><img src="/files/U4yMf3jEKvPqxUcbQHW7" alt=""><figcaption><p>This should pop up when you navigate to  192.168.8.1 on sentinel-net for the first time</p></figcaption></figure>

4. Click the Scan button, and connect to your WiFi network

<figure><img src="/files/xNzwsvCoC9W2kZJcvOTv" alt=""><figcaption><p>Click the scan button</p></figcaption></figure>

<figure><img src="/files/iJXTvvnr6nVcGtV5uDHU" alt=""><figcaption><p>Example of personal WiFi</p></figcaption></figure>

5. Check that you are both connected to sentinel-net network and that a webpage loads

You will only have to do this process once.

### Running Sentinel update commands

{% hint style="info" %}
The Sentinel team strives not to require users to see a single line of code. For this part, we aren't quite there. Sorry 😢 we are working on it...
{% endhint %}

#### Mac/Linux/<mark style="color:purple;">Windows</mark>

1. Open Terminal (Mac: found inside Finder/Utilities, <mark style="color:purple;">Windows: Powershell</mark>)&#x20;

{% hint style="info" %}
If you have a Windows computer that is not fully updated, you may have to[ install OpenSSH](https://learn.microsoft.com/en-us/windows-server/administration/openssh/openssh_install_firstuse?tabs=gui)
{% endhint %}

### Run Update Commands

1. Attach a power source to the Sentinel (the microUSB or 18650 batteries).
2. Turn on Sentinel&#x20;
3. Verify that the Sentinel is connected to Sentinel-net (during boot-up the Sentinel shoudl show a stable blue light at some point):

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

1. ssh into the sentinel: (change out {device-name} for your device name (i.e.,jumping-nexus, etc.) by typing into your terminal:

```
ssh root@{device-name}.local
```

4. Copy in the command that the Conservation X Labs engineer gave you.

```
// Some code (you have to be quick!)
```


---

# 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:

```
GET https://conservation-x-labs-1.gitbook.io/sentinel-multi-language/support/logging-into-your-sentinel-1.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
