SSH Access over Hotspot

Post Reply
DavisIan22
Posts: 4
Joined: Fri Nov 21, 2025 1:54 am

SSH Access over Hotspot

Post by DavisIan22 »

I am trying to get everything setup on my desk prior to install. I have AA working properly, and am using the 3.5mm Aux for audio. I want to modify the configuration files over ssh access to the rpi through the hotspot, but the hotspot is password protected and I can't find for the life of me what it would be.
hudiy
Site Admin
Posts: 440
Joined: Mon Jul 14, 2025 7:42 pm

Re: SSH Access over Hotspot

Post by hudiy »

Password for the hotspot can be set in main_configuration.json

https://github.com/wiboma/hudiy/blob/ma ... md#hotspot
DavisIan22
Posts: 4
Joined: Fri Nov 21, 2025 1:54 am

Re: SSH Access over Hotspot

Post by DavisIan22 »

How can I access the files to modify the config file?
hudiy
Site Admin
Posts: 440
Joined: Mon Jul 14, 2025 7:42 pm

Re: SSH Access over Hotspot

Post by hudiy »

All Hudiy configuration files are stored in your home directory under .hudiy/share/config. Note that the .hudiy folder has a dot in its name, which means it's hidden. You can enable showing hidden files in the file manager using CTRL + H, or you can edit the files from the terminal using a tool like nano, for example: nano $HOME/.hudiy/share/config/main_configuration.json
DavisIan22
Posts: 4
Joined: Fri Nov 21, 2025 1:54 am

Re: SSH Access over Hotspot

Post by DavisIan22 »

Thank you. If I plug in a keyboard and mouse to the pi, can I get out of the Hudiy application and access from there to make changes before using ssh?
hudiy
Site Admin
Posts: 440
Joined: Mon Jul 14, 2025 7:42 pm

Re: SSH Access over Hotspot

Post by hudiy »

You can use ALT+F4 shortcut to close the window or add quit_hudiy action (available as of version. 1.2) to the main menu or shortcuts:

https://github.com/wiboma/hudiy/blob/ma ... md#actions
https://github.com/wiboma/hudiy/blob/ma ... ME.md#menu
https://github.com/wiboma/hudiy/blob/ma ... #shortcuts
DavisIan22
Posts: 4
Joined: Fri Nov 21, 2025 1:54 am

Re: SSH Access over Hotspot

Post by DavisIan22 »

For anyone that is wondering, the default password was "1234567890"
Post Reply