M HYPE SPLASH
// news

How do I change Wi-Fi Hotspot settings in Ubuntu with GNOME 3?

By John Campbell

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.

2 Answers

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.

enter image description here

Source: This Ask Fedora post


You may also try this CLI method to change your hotspot password as suggested by Akshar Patel.

1

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"

credit:

1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy