Quote:
I can't edit my config.ini.


Sure you can. Just because there's no MS-Windows GUI that works doesn't mean it cannot be done easily!

FTP to your player (it has Hijack installed, so it has FTP capability) and GET the config.ini file (copy it to your PC). Edit the file on your PC, and then FTP again to PUT the edited copy onto the player.

With a command-line FTP client, the commands look something like this:

ftp you.players.ip.addr
cd /empeg/var
get config.ini
quit

...

ftp your.players.ip.addr
cd /empeg/var
site rw
put config.ini
site ro
site reboot
quit