I have an Raspbery pie installed with ubuntu server, running Prefect. When I use my personal pc, I can get Prefect to run and start up an UI server:
>>> prefect server start Check out the dashboard at http://127.0.0.1:4200
with my personal pc running this code, I can access this UI website.
I've sent this working code to my Raspberry Pie, which I can access with via SSH (SSH [email protected]
) to and start the code. When I run the code from via SSH, I get:
>>> prefect server start Check out the dashboard at http://127.0.0.1:4200
But now I am not sure how to access this UI website from my personal pc. Any ideas? I searched for help but so far I didn't have any lucks with the tips I read.
http://<LAN IP Address of Pi>:4200
http://192.168.1.X:4200
what happens? I need more than Didn't Work.http://192.168.1.X:4200
in my pc site is not found. When I login via ssh locally, I use the ip192.168.0.212
to access my Pi. I guess that must the the lan Ip adress of Pi you defined for me.http://192.168.0.212:4200/
does nothing on my pc.