# Octoprint

Technically there is no "OctoPrint on Ender 3 V3 SE" as you won't be installing any firmware. All it takes is to install OctoPrint on a computer connected by USB-C cable to the printer and you're set for the most part.

OctoPrint will communicate with stock Marlin firmware providing remote controls, job monitoring, telegram notifications and much more with a good number of available plugins. I've heard it can be even installed on mobile phone connected to printer yet I have not tested this.

#### Installation and configuration

1. Get a PC/RPi/whatever capable of running debian type system and prep it until you're SSH'ed into.
2. Get [KIAUH](https://github.com/dw-0/kiauh) and install Octoprint.

Yeah, that's it. Rest of the configuration is done via webUI which defaults to your-controller-ip:5000.

Alternatively you can use dedicated OctoPi OS by following [these instructions](https://octoprint.org/download/).

For more information check out [OctoPrint Community](https://community.octoprint.org/) site.


---

# 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://pblvsky.gitbook.io/ender3v3se/remote-control/octoprint.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.
