Connecting to internet via PdaNet proxy

Unable to use format given…

Only way I can access the internet is through PdaNet. I have tried setting up the proxy before installing it onto my raspberry pi 4b, unfortunately I have no way of monitoring what is happening and was hoping I’d be able to SSH. I can’t do anything, any help would be greatly appreciated

what is the problem using SSH or connect via monitor/keyboard?

No compatible wired connection, so can’t connect SSH over LAN. Need to setup proxy settings before 1st boot to make sure it connects properly to the hotspot. Laptop only has hdmi out, so nothing to use as a monitor. For the moment, I switched back to raspbian bookworm and I was able to do what I needed there

@MichaIng do you know if it is possible to setup/configure proxy connection before first initial boot?

Oh well, guess it’s not important enough. So this OS is not for me. Sorry

There are proxy settings in dietpi.txt, but those are not applied automatically on first boot. One needs to use dietpi-config to apply them, and it basically loads the relevant global variables into interactive bash sessions.

Generally, whatever works on Raspberry Pi OS, works on DietPi the same way … unless it is done via NetworkManager. You can use a script named Automation_Custom_PreScript.sh in the FAT partition, which will be executed automatically on earlier boot stage, prior to network bringup. If any other files are needed, you can put them there as well. The FAT filesystem is mounted to /boot/firmware, hence this is the path to find them.