How do I change Wi-Fi Hotspot settings in Ubuntu with GNOME 3?WiFi hotspot in 17.10How to change password of hotspot in Ubuntu gnome 17.04?Wifi Hot-spot not working on Ubuntu 18.04Ubuntu 18.04 Hotspot doesn't workWifi hotspot Ubuntu 17.10 activated but there is no wifi list on android phonesHotspot works for iPad but not Android on Mac miniUbuntu Network Manger keep creating Ad-Hoc Hotspot. No infrastructure. A bug?Ubuntu 13.04 Wireless Hotspot ProblemsCreate WiFi hotspot on ubuntuConfigure WIreless Hotspot Ubuntu 14.04 TrustyCannot create hotspot on Ubuntu 14.04How to view connections on Ubuntu's Hotspot Access Point?How to create wifi hotspot in Ubuntu 17.10Editing system-connections/Hotspot file gives authorisation error while connecting Ubuntu HotspotHow to create an ad-hoc wireless network in Ubuntu

Is the phrase “You are requested” polite or rude?

How does an Evocation Wizard's Overchannel ability interact with Chaos Bolt?

A toy model in 0-d QFT

How to get to Antarctica without using a travel company

Is it unusual that English uses possessive for past tense?

Most optimal hallways with random gravity inside?

Stare long enough and you will have found the answer

List where pinballs would exit a grid of bumpers from different entrance points

Conveying the idea of "tricky"

Use GPLv3 library in a closed system (no software distribution)

What are these objects near the Cosmonaut's faces?

Does using an img title attribute in addition to the alt attribute help image SEO?

FPGA starts working after irrelevant changes, why?

Is this a new characteristic function for the primes?

Are my triangles similar?

What exactly is meant by "partial function" in functional programming?

Transform this polynomial.

What is gerrymandering called if it's not the result of redrawing districts?

Is using a photo reference for pose fair use?

Do neurons of a neural network model a linear relationship?

Titlesec - vertical align chapter and section

Given a fibonacci number , find just next fibonacci number

Is it poor workplace etiquette to display signs of relative "wealth" at work when others are struggling financially?

How were Kurds involved (or not) in the invasion of Normandy?



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


WiFi hotspot in 17.10How to change password of hotspot in Ubuntu gnome 17.04?Wifi Hot-spot not working on Ubuntu 18.04Ubuntu 18.04 Hotspot doesn't workWifi hotspot Ubuntu 17.10 activated but there is no wifi list on android phonesHotspot works for iPad but not Android on Mac miniUbuntu Network Manger keep creating Ad-Hoc Hotspot. No infrastructure. A bug?Ubuntu 13.04 Wireless Hotspot ProblemsCreate WiFi hotspot on ubuntuConfigure WIreless Hotspot Ubuntu 14.04 TrustyCannot create hotspot on Ubuntu 14.04How to view connections on Ubuntu's Hotspot Access Point?How to create wifi hotspot in Ubuntu 17.10Editing system-connections/Hotspot file gives authorisation error while connecting Ubuntu HotspotHow to create an ad-hoc wireless network in Ubuntu






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;









21

















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.










share|improve this question


































    21

















    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.










    share|improve this question






























      21












      21








      21


      7






      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.










      share|improve this question

















      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.







      networking wireless gnome network-manager hot-spot






      share|improve this question
















      share|improve this question













      share|improve this question




      share|improve this question








      edited 2 days ago









      pomsky

      40.4k12 gold badges133 silver badges160 bronze badges




      40.4k12 gold badges133 silver badges160 bronze badges










      asked Mar 28 '17 at 19:09









      Gabriel ZieglerGabriel Ziegler

      4861 gold badge6 silver badges19 bronze badges




      4861 gold badge6 silver badges19 bronze badges























          2 Answers
          2






          active

          oldest

          votes


















          37


















          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.






          share|improve this answer























          • 1





            worked on 18.04 too

            – Aquarius Power
            Jan 19 at 23:31


















          0


















          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|improve this answer



























            Your Answer








            StackExchange.ready(function()
            var channelOptions =
            tags: "".split(" "),
            id: "89"
            ;
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function()
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled)
            StackExchange.using("snippets", function()
            createEditor();
            );

            else
            createEditor();

            );

            function createEditor()
            StackExchange.prepareEditor(
            heartbeatType: 'answer',
            autoActivateHeartbeat: false,
            convertImagesToLinks: true,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: 10,
            bindNavPrevention: true,
            postfix: "",
            imageUploader:
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/4.0/"u003ecc by-sa 4.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            ,
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            );



            );














            draft saved

            draft discarded
















            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f897854%2fhow-do-i-change-wi-fi-hotspot-settings-in-ubuntu-with-gnome-3%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown


























            2 Answers
            2






            active

            oldest

            votes








            2 Answers
            2






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            37


















            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.






            share|improve this answer























            • 1





              worked on 18.04 too

              – Aquarius Power
              Jan 19 at 23:31















            37


















            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.






            share|improve this answer























            • 1





              worked on 18.04 too

              – Aquarius Power
              Jan 19 at 23:31













            37














            37










            37









            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.






            share|improve this answer
















            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.







            share|improve this answer















            share|improve this answer




            share|improve this answer








            edited Nov 3 '17 at 8:14

























            answered Oct 5 '17 at 2:41









            pomskypomsky

            40.4k12 gold badges133 silver badges160 bronze badges




            40.4k12 gold badges133 silver badges160 bronze badges










            • 1





              worked on 18.04 too

              – Aquarius Power
              Jan 19 at 23:31












            • 1





              worked on 18.04 too

              – Aquarius Power
              Jan 19 at 23:31







            1




            1





            worked on 18.04 too

            – Aquarius Power
            Jan 19 at 23:31





            worked on 18.04 too

            – Aquarius Power
            Jan 19 at 23:31













            0


















            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|improve this answer






























              0


















              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|improve this answer




























                0














                0










                0









                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|improve this answer














                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|improve this answer













                share|improve this answer




                share|improve this answer










                answered May 27 at 20:44









                ThorSummonerThorSummoner

                1,83514 silver badges27 bronze badges




                1,83514 silver badges27 bronze badges































                    draft saved

                    draft discarded















































                    Thanks for contributing an answer to Ask Ubuntu!


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid


                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.

                    To learn more, see our tips on writing great answers.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f897854%2fhow-do-i-change-wi-fi-hotspot-settings-in-ubuntu-with-gnome-3%23new-answer', 'question_page');

                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown









                    Popular posts from this blog

                    Distance measures on a map of a game The 2019 Stack Overflow Developer Survey Results Are Inmin distance in a graphShortest distance path on contour plotHow to plot a tilted map?Finding points outside of a diskDelaunay link distanceAnnulus from GeoDisks: drawing a ring on a mapNegative Correlation DistanceFind distance along a path (GPS coordinates)Finding position at given distance in a GeoPathMathematics behind distance estimation using camera

                    How to get a smooth, uniform ParametricPlot of a 2D Region?How to plot a complicated Region?How to exclude a region from ParametricPlotHow discretize a region placing vertices on a specific non-uniform gridHow to transform a Plot or a ParametricPlot into a RegionHow can I get a smooth plot of a bounded region?Smooth ParametricPlot3D with RegionFunction?Smooth border of a region ParametricPlotSmooth region boundarySmooth region plot from list of pointsGet minimum y of a certain x in a region

                    Genealogie vun de Merowenger Vum Merowech bis zum Chilperich I. | Navigatiounsmenü