Host a local webserver on Raspberry Pi with Python SimpleHTTPServer

In Raspberry Pi CLI, type:
python -m SimpleHTTPServer 8000

Then from your other computer, in web browser, go to this address:
http://192.168.1.123:8000 

Adjust your IP address according to your Pi IP address. That will display your directory content in which you run the program from.

(Visited 759 times, 1 visits today)