1

Topic: How to login octoprint web interface?

After I tryed to add to octoprint flow rate and feedrate overrides it became unstable.

http://www.soliforum.com/topic/7410/oct … etty-neat/ ~/.octoprint/config.yaml

appearance: {}
controls:

children:
command: M220 S%(speed)s input:
default: 100 name: Speed (0-255) parameter: speed name: set type: parametric_command
command: M220 S100 name: default type: command name: Toolhead Speed type: section
children:
command: M221 S%(speed)s input:
default: 100 name: Speed (0-255) parameter: speed name: set type: parametric_command
command: M221 S100 name: default type: command name: Extrusion Override type: section cura: {}
After deleting this additional code I got that login and password form as shown on picture


http://i.imgur.com/lgLwof1.png

Login pi pass: raspberry no works, I enter web interface as "dummy" user can't restart octoprint or reboot system

How to login as default user that can reboot/restart/shutdown octopring thru web interface?

Thank you in advance.

2

Re: How to login octoprint web interface?

Have you considered looking at their FAQ or doing a basic Google search?  This was not hard to find:

https://github.com/foosel/OctoPrint/wik … ss-Control