Skip to the content.

PlayStation Remote Play on Ubuntu (Chiaki‑NG)

A comprehensive, step‑by‑step guide to set up PS Remote Play on Ubuntu using Chiaki‑NG, including obtaining your PSN Account ID, pairing to PS5/PS4, performance tuning, controllers, and troubleshooting Sony login errors (e.g., “Can’t connect to the server. 0.1c…”) and common runtime warnings.


Goals


Prerequisites


1) Install Flatpak and Enable Flathub

Run these once (if not already done):

sudo apt update
sudo apt install -y flatpak
sudo flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo

2) Install Chiaki‑NG

Chiaki‑NG is the actively maintained fork of Chiaki, recommended for PS5/PS4.

sudo flatpak install -y flathub io.github.streetpea.Chiaki4deck

Launch:

flatpak run io.github.streetpea.Chiaki4deck

Tip: You can create a desktop launcher via your app menu after first run.


3) Get Your PSN Account ID

Chiaki/Chiaki‑NG requires your PSN Account ID (not your online ID/username).

  1. Ensure Python and pip are available (most Ubuntu systems already have them):

    sudo apt install -y python3 python3-pip
    
  2. Prefer distro package for requests (avoids PEP 668 issues):

    sudo apt install -y python3-requests
    
  3. Download the official script and run it:

    curl -L -o psn-account-id.py "https://git.sr.ht/~thestr4ng3r/chiaki/blob/master/scripts/psn-account-id.py?raw=1"
    python3 psn-account-id.py
    
  4. Follow the script’s instructions:

Security note:

Alternative (if the PC browser gives errors):


4) Prepare Your PS5/PS4 for Pairing


5) Pair in Chiaki‑NG


6) Optimize Streaming Quality

Open Chiaki‑NG’s session/profile settings and tune:

Network tips:


7) Controllers (DualShock 4 / DualSense)

sudo apt install -y bluez blueman

8) Troubleshooting Sony Login Error

Error example:

Common causes:

Fix checklist (try in this order):

Alternative workaround:


9) Troubleshooting Chiaki‑NG Logs and Warnings

You may see log messages like:


10) Optional: Original Chiaki or AppImage


11) Quick Checklist


Reference Commands

sudo apt update
sudo apt install -y flatpak
sudo flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
sudo flatpak install -y flathub io.github.streetpea.Chiaki4deck
flatpak run io.github.streetpea.Chiaki4deck
sudo apt install -y python3 python3-pip python3-requests
curl -L -o psn-account-id.py "https://git.sr.ht/~thestr4ng3r/chiaki/blob/master/scripts/psn-account-id.py?raw=1"
python3 psn-account-id.py

Final Notes

Ref: Chiaki Hoemepag