Octoprint local development environment

I have cloned the Octoprint repository from Github on my laptop, because I want to develop a plugin. But I can't seem to find a way to connect to web interface from the same machine (that being a laptop). There is one Octoprint web interface already running on my network, but that shouldn't be a problem. How can I connect to the web interface that is on my laptop, when I started Octoprint via terminal? Btw I'm using Ubuntu as operation system.

Turned off Apache2 server that was running on my system and tried to connect to localhost, didn't find anything

Thank you for your help!

Try localhost:5000 since that is the default port OctoPrint binds to.

Thank you very much for quick response, it's working

1 Like