1
Building pi-Stomp / Re: Problem using webinterface on minimal build pistomp...
« on: December 01, 2023, 04:30:34 PM »
If you have ssh connectivity but not browser, then I might suspect browser settings, dhcp, etc. But since you have ssh access, might try figuring out the IP address using either:
Or
Then enter that IP address (eg. 10.0.0.214) to your browser URL bar.
To toggle hotspot mode from the command line:
The default password is: pistompwifi
To switch back:
Code: [Select]
ping pistomp.local
Or
Code: [Select]
ifconfig
(inet for wlan0 is what you want)Then enter that IP address (eg. 10.0.0.214) to your browser URL bar.
To toggle hotspot mode from the command line:
Code: [Select]
sudo systemctl enable wifi-hotspot; sudo systemctl start wifi-hotspot
The default password is: pistompwifi
To switch back:
Code: [Select]
sudo systemctl stop wifi-hotspot; sudo systemctl disable wifi-hotspot