I can ssh to a fresh image of octopi but cannot access via browser. Card is at 102.168.1.50. Tried putting that ip in browser.
Additional information about your setup
fresh imager version 1.8.5
device 3b
os - default 64-bit
Listing
pi@raspberrypi:~ $ ls -al
total 76
drwx------ 14 pi pi 4096 Sep 15 11:44 .
drwxr-xr-x 3 root root 4096 Jul 3 17:18 ..
-rw-r--r-- 1 pi pi 220 Jul 3 17:05 .bash_logout
-rw-r--r-- 1 pi pi 3523 Jul 3 17:05 .bashrc
drwxr-xr-x 2 pi pi 4096 Jul 3 17:10 Bookshelf
drwxr-xr-x 5 pi pi 4096 Jul 3 17:18 .cache
drwx------ 5 pi pi 4096 Jul 3 17:18 .config
drwxr-xr-x 2 pi pi 4096 Jul 3 17:18 Desktop
drwxr-xr-x 2 pi pi 4096 Jul 3 17:18 Documents
drwxr-xr-x 2 pi pi 4096 Jul 3 17:18 Downloads
drwxr-xr-x 4 pi pi 4096 Jul 3 17:17 .local
drwxr-xr-x 2 pi pi 4096 Jul 3 17:18 Music
drwxr-xr-x 2 pi pi 4096 Jul 3 17:18 Pictures
-rw-r--r-- 1 pi pi 807 Jul 3 17:05 .profile
drwxr-xr-x 2 pi pi 4096 Jul 3 17:18 Public
-rw-r--r-- 1 pi pi 0 Jul 3 17:18 .sudo_as_admin_successful
drwxr-xr-x 2 pi pi 4096 Jul 3 17:18 Templates
drwxr-xr-x 2 pi pi 4096 Jul 3 17:18 Videos
-rw------- 1 pi pi 113 Sep 15 11:44 .Xauthority
-rw------- 1 pi pi 2273 Jul 3 17:18 .xsession-errors
The problems with my ip addr were typos. I used the right url in my browser. http://192.168.1.51 in chrome gives this ...
This site canβt be reached 192.168.1.51
refused to connect.
I tried to get the Systeminfo Bundle using this in ssh. It doesn't seem to match my system ...
pi@raspberrypi:~ $ !octo
octoprint systeminfo .
-bash: octoprint: command not found
pi@raspberrypi:~ $ ~/oprint/bin/octoprint systeminfo .
-bash: /home/pi/oprint/bin/octoprint: No such file or directory
pi@raspberrypi:~ $ cd /home/pi/oprint
-bash: cd: /home/pi/oprint: No such file or directory
If you did a manual install it could be:
[I misspelled the command cause this board sticks a link every time the word appears.....]
~/OctoPrint/venv/bin/octoprint ssteminfo .
grep (GNU grep) 3.6
Copyright (C) 2020 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later https://gnu.org/licenses/gpl.html.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Written by Mike Haertel and others; see
Writing ssteminfo bundle to /home/pi/octoprint-systeminfo-20240915184102.zip...
Done!
/home/pi/octoprint-systeminfo-20240915184102.zip
Just re-saw your first post - duh! With that ls -al, you did not select the correct image and just got the OS and no OctoPrint. You could use Paul's octoprint-deploy script and install OctoPrint on the Pi.
I can't tell you how many years I've smugly told everyone to RTFM. I'm now guilty. I just ran the imager and picked the default OS thinking it would have octoprint. I thought it was an octoprint imager. It worked after using the imager properly.