KDE connect cannot find the phone

KDE connect cannot find the phone how fix this problem?

Stop firewall first

systemctl stop firewalld

Then check if kdeconnevt finds your phone

7 Likes

Thank you now it works. :grinning:

1 Like

That's only the first step to check what was at fault - the next step will be to add the correct firewall rule so that you can have an active firewall as well as working KDE Connect functionality.

6 Likes
sudo firewall-cmd --zone=public --permanent --add-port=1714-1764/tcp
sudo firewall-cmd --zone=public --permanent --add-port=1714-1764/udp
sudo systemctl restart firewalld.service
5 Likes

My problem: :Firewall-cmd command not found

Please do not necro-bump old solved topics.
Just create a new one.