Ssh — Emuelec

EmuELEC runs on your home network, not the public internet. However, leaving root with password emuelec is a risk if you use port forwarding (which you should do for EmuELEC).

Drop your favorite terminal trick below 👇 emuelec ssh

By enabling SSH, you decouple yourself from the TV screen. You can sit on your couch with a laptop, watch the real-time log as you test a problematic PS1 game, and fix it without ever getting up. EmuELEC runs on your home network, not the public internet

Once SSH is enabled:

When prompted for a password, use the default EmuELEC credentials: root Password: emuelec You can sit on your couch with a

| Task | Command | |------|---------| | Restart EmulationStation | systemctl restart emustation | | Shutdown safely | shutdown -h now | | Mount storage partitions | mount -o remount,rw /flash (if needed) | | List connected gamepads | evtest (install first via kodi-jessie if missing) | | Check disk space | df -h | | Copy ROM over network | scp /local/rom.zip root@<IP>:/storage/roms/nes/ | | Edit a config file | nano /storage/.config/emuelec/configs/emuelec.conf |