Follow
Ubuntu Linux

Connecting to Hidden WiFi on Ubuntu

Richard
Written by
Richard
Oct 18, 2022 Updated Apr 17, 2026 2 min read
Connecting to Hidden WiFi on Ubuntu

You connect to a hidden WiFi network on Ubuntu by manually entering the network’s name (SSID) and security details.

Hidden WiFi networks do not broadcast their SSID, meaning they won’t appear in your Ubuntu system’s list of available networks. This often leads users to search for methods to connect without the network name being visible by default.

To connect, you’ll typically need to know the exact SSID and the WiFi password for the hidden network. This process is straightforward in Ubuntu’s network settings.

How to connect to hidden WiFi networks with Ubuntu Linux

These steps apply to the default gnome-desktop-on-ubuntu-24-04/" class="sal-link" rel="noopener" target="_blank" data-sal-id="37951">GNOME desktop environment found in standard Ubuntu. If you are using Ubuntu flavors like Kubuntu or Xubuntu, the menu paths or settings windows may look different.

You must know your exact WiFi name and password. To start, open the Settings app from your desktop menu.

Opening the Ubuntu Linux activities overview to access system settings

Alternatively, click the System menu at the top-right of your screen and select Settings.

Selecting the Settings menu from the Ubuntu system top bar

Click the WiFi tab on the left side of the window.

Locating the WiFi tab within the Ubuntu Linux settings menu

Click the three-dot menu icon and select Connect to Hidden Network…

Selecting Connect to Hidden Network from the Ubuntu WiFi menu

Type the hidden WiFi SSID

Enter the network details into the boxes provided:

  • Network name: Type the hidden SSID here. It must be exact.
  • Security type: Select your security protocol. Use WPA3-Personal if your router supports it, as it is the modern standard.
  • Password: Enter your security key.

Click the Connect button when finished.

Entering network credentials to connect to hidden WiFi on Ubuntu

If the information is correct, your computer will join the network.

Using the Command Line

If you prefer the terminal or need to troubleshoot, you can use a command. Open your terminal and type: nmcli dev wifi connect <SSID> --hidden. Replace <SSID> with your network name. This is a quick alternative for advanced users.

Conclusion

Connecting to a hidden network is easy once you have the right details. Remember that hiding your network is not a substitute for strong security. Always use %%LNK0%% WPA3 encryption to keep your data safe. Using the %%LNK1%% Settings panel makes managing these connections simple for every Ubuntu user.

Was this guide helpful?

Was this helpful?
Richard

About the Author

Richard

Tech Writer, IT Professional

Richard, a writer for Geek Rewind, is a tech enthusiast who loves breaking down complex IT topics into simple, easy-to-understand ideas. With years of hands-on experience in system administration and enterprise IT operations, he’s developed a knack for offering practical tips and solutions. Richard aims to make technology more accessible and actionable. He's deeply committed to the Geek Rewind community, always ready to answer questions and engage in discussions.

📚 Related Tutorials

How to Simulate Right-Click in Ubuntu Linux
Ubuntu Linux How to Simulate Right-Click in Ubuntu Linux
How to Change Account Types in Ubuntu Linux
Ubuntu Linux How to Change Account Types in Ubuntu Linux
How to Show Dock on All Displays in Ubuntu Linux
Ubuntu Linux How to Show Dock on All Displays in Ubuntu Linux
How to Uninstall Software in Ubuntu Linux
Ubuntu Linux How to Uninstall Software in Ubuntu Linux

No comments yet — be the first to share your thoughts!

Leave a Comment

Your email address will not be published. Required fields are marked *