# Advanced

## Pulling logs

### Buckeye MultiBase SE Logs

The Buckeye server application (MulitBase SE) log file is located at `/home/animl/data/[base station id]/log.txt`. I have found it’s easiest to access if you download it to your local computer via AnyDesk’s File Manager functionality. While logged into the Base Station computer via AnyDesk, click on the <mark style="background-color:green;">**lightning bolt icon**</mark> in the AnyDesk navigation bar, and then select <mark style="background-color:green;">**File Manager**</mark>. From there, you can find the `log.txt` file on the Base Station computer, select it, and click <mark style="background-color:green;">**download**</mark>.

### Animl-base logs

[Animl-base](https://github.com/tnc-ca-geo/animl-base/) is a separate node application that is responsible for watching for new images added to the Base Station computer and uploading them to s3. We use [PM2](https://pm2.keymetrics.io/) to daemonize animal-base and a separate temperature monitoring script. Complete PM2 logs can be found at: `/home/animl/.pm2/logs/`

## Rebooting the Base Station via the networked power switch

If a base station crashes, it should reboot automatically in a couple of minutes. However, as a failsafe, we also try to plug the base station computers into networked power strips, so if it freezes and becomes unresponsive, you may want to try power-cycling it via the networked power switch that it’s drawing power from.


---

# Agent Instructions: 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://guides.animl.camera/tnc-wireless-camera-trap-documentation/buckeye-x80-networked-wireless-cameras/managing-the-camera-network/advanced.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.
