Webpage Login reset

How do you access Octoprint from a web interface?

I believe its by using the ip address of the octopi or by using the hostname.

Now, how do you login? I have already forgotten the password. Could someone please let me know how to reset the webpage login.

Thank you for your time,
Harvey

http://octopi.local , http://octopi or http://ipofoctopi

Happy printing :octopus:

edit with correct link :wink:

(Just in case you need it too - the removed link)

1 Like

That would reset the password for the pi user to log in via ssh.

It seems @Hav.u.eva.printed wants to reset the password for the webpage login. Incidentally, that would involve logging in via ssh, and then following these steps:

1 Like

Yep was already correcting it ^^

My bad :smiley:

1 Like

I bet @Hav.u.eva.printed's next question will be how to reset his ssh password though, so that other link you posted may be of interest as well.

2 Likes

i'm stuck as well, but cannot ssh into pi, because it doesn't accept any password i put in. what should i do?

See this article, linked above: Forgotten username and password to SSH into Pi

I tried that and it didn't work.

Please don't link into another thread when you already opened one yourself with the same issue:

well my issue isn't fixed, and I'm pretty frustrated with this so far.

Running
OctoPrint version : 1.4.0
OctoPi version : 0.17.0

Last entry in the log is from June 30th with no errors listed.

All I know is that I try to go to my standard happy web interface and it no longer works.
I have tried to run
sudo service octoprint restart
and nothing happens and I get no new entries in the log.

Anyone have any ideas?
I really don't want to re-install.....

Thanks in advance.

Tried to run in safemode and got a bunch of errors and did not start up either this way....

Traceback (most recent call last):
File "oprint/bin/octoprint", line 8, in
sys.exit(main())
File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/init.py", line 614, in main
from octoprint.cli import octo
File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/cli/init.py", line 141, in
from .user import user_commands
File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/cli/user.py", line 13, in
from octoprint.access.groups import FilebasedGroupManager
File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/access/groups.py", line 20, in
from octoprint.access.permissions import Permissions, OctoPrintPermission
File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/access/permissions.py", line 9, in
from flask import g, abort
File "/home/pi/oprint/local/lib/python2.7/site-packages/flask/init.py", line 17, in
from werkzeug.exceptions import abort