How do I manage my hotspot connected devices or change the hotspot password? I can only see the Network Name, Security type and the Password but I can't seem to manage users or the network properties.
Asked
Active
Viewed 4.4k times
2 Answers
51
For some strange reason the default GUI network manager doesn't provide many options. But fortunately there's another tool which does. Open Terminal and run
nm-connection-editor
A GUI network connection manager should appear which will provide more options to manage your hotspot.
Source: This Ask Fedora post
You may also try this CLI method to change your hotspot password as suggested by Akshar Patel.

pomsky
- 68,507
-
2worked on 18.04 too – Aquarius Power Jan 19 '19 at 23:31
3
I wasn't able to get the graphical tools to respect the ssid change, I was able to find a way to setup a wifi access point directly like so:
nmcli dev wifi hotspot ifname wlp4s0 ssid test password "test1234"

ThorSummoner
- 3,222
- 3
- 22
- 31
-
thanks, i also changed name in gui with $ nm-connection-editor but the ssid used was till the name in cat /etc/hostname. This seem to be a ubuntu wifi bug. – Pieter May 24 '20 at 09:28