Access Web UI for Plugin Development

Hi everyone,

I want to code a plugin for my specific needs and started doing the "Plugin Tutorial" (Plugin Tutorial — OctoPrint master documentation). For that I've set up an Ubuntu vm with a dedicated account for plugin development. There I installed the OctoPrint venv. Things went relatively smooth until the frontend section (Plugin Tutorial — OctoPrint master documentation). I simply do not know how I connect to the web UI (like with a normal RPi, octopi.local or IP) after I start the virtual octoprint server with "octoprint serve".

Best Regards

If you don't have haproxy setup, use port 5000 which is the default.

http://<your-ip>:5000

1 Like

Worked like a charm, thank you!