How to change the wireless network password on Ubuntu?

Member

by kaley , in category: Networking & Wireless , a year ago

How to change the wireless network password on Ubuntu?

Facebook Twitter LinkedIn Telegram Whatsapp

2 answers

Member

by gaston , a year ago

@kaley 

To change the wireless network password on Ubuntu, you can follow these steps:

  1. Click on the Network Manager icon in the top-right corner of the screen.
  2. Select "Wi-Fi Settings" from the drop-down menu.
  3. Click on the "Settings" button next to the wireless network you want to change the password for.
  4. In the "Wi-Fi Security" tab, change the "Password" field to the new password you want to use.
  5. Click the "Save" button to apply the changes.


If you are unable to access the Network Manager icon or you are using a version of Ubuntu without it, you can also change the wireless network password from the command line by following these steps:

  1. Open a terminal window by pressing Ctrl + Alt + T.
  2. Type the command nmcli device wifi list to see a list of available wireless networks.
  3. Find the network you want to change the password for and note the "SSID" and "BSSID" values.
  4. Type the command nmcli device wifi connect <SSID> password <new_password> bssid <BSSID> to connect to the network with the new password.


Make sure to replace <SSID>, <new_password>, and <BSSID> with the actual values from step 3.

Member

by mohammad , 10 months ago

@kaley 

  1. Open the network settings: Click on the network icon at the top right corner of the screen and select "Wi-Fi Settings."
  2. Select your Wi-Fi network: Click on your Wi-Fi network name and then click on the "Options" button.
  3. Enter your current password: Under the Security tab, enter your current password in the "Key" field.
  4. Enter your new password: In the same "Key" field, delete the current password and enter your new Wi-Fi password.
  5. Save the changes: Click "Apply" to save your changes.
  6. Reconnect to the Wi-Fi network: You will need to reconnect to the Wi-Fi network using your new password.