Skip to content

Networking FTP and SSH

PixelGriff Studios edited this page Aug 1, 2026 · 1 revision

Networking, FTP, and SSH

The PlayFusion footer shows the current IP address and FTP port.

Restricted FTP

Host: IP shown in the footer
Port: 2121
User: kazetaftp
Password: kazeta

Connect with FileZilla, WinSCP, or another FTP client on the same trusted local network. The restricted root exposes internal-games, runtimes, and firmware. Completed .kzr uploads are imported only after the file closes and validates as EROFS.

Change the default FTP password before using an untrusted network:

sudo passwd kazetaftp

SSH and SFTP

ssh gamer@PLAYFUSION_IP

SFTP uses the same SSH endpoint and gamer credentials. Change the gamer password with passwd. Advanced users can inspect /var/kazeta, run systemctl --failed, transfer media not exposed by restricted FTP, and collect logs. Do not expose FTP/SSH directly to the public internet.

Clone this wiki locally