How to add the WSL to Termius


You need to have an SSH server installed and running on your WSL distribution. You can install OpenSSH server on Ubuntu by running:
sudo apt update
sudo apt install openssh-serverDetermine the IP address of your WSL instance. You can find this by running
ip addr
You may need to configure SSH to allow connections from Termius. By default, SSH should be configured to accept connections from localhost, but if you have specific security settings, you may need to adjust this.
Now you should be able to connect to your WSL instance through Termius. Click on the connection you just added, and it should establish a connection to your WSL environment.


Preventing AI disasters in WSL! Learn how to configure Google Antigravity for Frappe & ERPNext projects to avoid 'sudo' errors and master your dev environment.

Step-by-step guide to installing Frappe 16 and ERPNext on Windows using WSL. Learn to set up Python 3.14, Node 24, and PostgreSQL for a next-gen dev environment.

The complete guide to running pgAdmin 4 Web in WSL. Learn how to install, configure, and connect to your PostgreSQL database directly from your Windows browser.