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

38,547

Solution 1

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.

Solution 2

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: https://unix.stackexchange.com/a/384513/61349

Share:
38,547

Related videos on Youtube

Gabriel Ziegler
Author by

Gabriel Ziegler

Updated on September 18, 2022

Comments

  • Gabriel Ziegler
    Gabriel Ziegler over 1 year

    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.

  • Aquarius Power
    Aquarius Power over 5 years
    worked on 18.04 too
  • Pieter
    Pieter almost 4 years
    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.