Files
2025-05-10 18:22:56 +02:00

1.8 KiB

comments
comments
true

Tools for printing and 3D printing

OctoPrint

OctoPrint web-based 3D printers management tool

OctoPrint

OctoPrint is an open source 3D printer controller application, which provides a web interface for the connected printers. It displays printers status and key parameters and allows user to schedule prints and remotely control the printer.

Edit: footer header
Status: Stable
Architecture: x86-64 arm64
Maintainer: @igorpecovnik
Documentation: Link

armbian-config --cmd OCT001

=== "Access to the web interface"

The web interface is accessible via port **7981**:

- URL: `https://<your.IP>:7981`

=== "Directories"

- Install directory: `/armbian/octoprint`

=== "View logs"

```sh
docker logs -f octoprint
```
armbian-config --cmd OCT002
armbian-config --cmd OCT003