Especially with VPNs, one might have a convoluted setup with a lot of custom options. It'd be great to have an option to just duplicate it with a different name so I can then set up a new connection with just a few different parameters without having to start from scratch.
This would be very useful
A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-nm/-/merge_requests/559
Git commit c9039c9a14ed17be8aa92560bc364d71febbdd78 by Nate Graham, on behalf of Kartikeya Tyagi. Committed on 19/04/2026 at 18:31. Pushed by ngraham into branch 'master'. Add feature to duplicate network connections This adds a "Duplicate" action to the context menu of saved network connections in the plasma-nm KCM. It fetches the existing connection settings, clones them, generates a new UUID, and appends " (Copy)" to the connection name to prevent collisions. The cloned settings are then passed to the Connection Editor Dialog, allowing the user to review or tweak the new connection before saving. FIXED-IN: 6.7.0 M +21 -0 kcms/kcm_connections/kcm.cpp M +1 -0 kcms/kcm_connections/kcm.h M +7 -0 kcms/kcm_connections/qml/ConnectionItem.qml https://invent.kde.org/plasma/plasma-nm/-/commit/c9039c9a14ed17be8aa92560bc364d71febbdd78
*** Bug 501404 has been marked as a duplicate of this bug. ***