FTP server settings

This app runs its own FTP server. Saves sent by the PS5 are stored directly here, in data/saves.

Embedded server

Port and credentials the PS5 must use to connect.

PS5-side configuration

Copy this block into /data/garlic/cloud.json on the PS5 (the ftp section). remote_path must stay / so saves land directly in data/saves.

{
  "host": "<this-machine-ip>",
  "port": 8082,
  "user": "ps5",
  "pass": "ps5",
  "remote_path": "/",
  "use_tls": false
}

No network IP address detected on this machine β€” check that it's connected to the same network as the PS5.