# 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="https://4046831678-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnUntv7qZyr87jWYksMB8%2Fuploads%2FqUXeSeXhUWyu4epFlKAM%2FWhatsApp%20Image%202023-11-30%20at%2019.29.21_bb53cb57.jpg?alt=media&#x26;token=f8c26b93-6e2e-40b2-9215-673e95b1095b" 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="https://4046831678-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnUntv7qZyr87jWYksMB8%2Fuploads%2FBdZmf2D0zSHK9coDa7af%2FScreenshot%202023-11-30%20195220.png?alt=media&#x26;token=4c61d27b-67d0-4f56-a8cd-02ed3d270827" 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="https://4046831678-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnUntv7qZyr87jWYksMB8%2Fuploads%2FHjPzGgyxWCZfJklcEbVx%2FScreenshot%202023-11-27%20175530_copy.png?alt=media&#x26;token=b7786ee8-3c33-46f6-96bc-8ce5671a2a0f" alt=""><figcaption><p>Click the scan button</p></figcaption></figure>

<figure><img src="https://4046831678-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnUntv7qZyr87jWYksMB8%2Fuploads%2FoZgW8N0dzTz1bUvH1KOU%2FScreenshot%202023-11-27%20175456_copy.png?alt=media&#x26;token=b48a7ea5-bf91-4480-a1af-1f99b9c2e347" 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="https://4046831678-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnUntv7qZyr87jWYksMB8%2Fuploads%2FgmMIwrnBQdmY2I1blgsD%2FScreenshot%202023-11-30%20201451_copy.png?alt=media&#x26;token=9a991144-4cde-4fd4-83be-4f161ca8f198" 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!)
```
