Skip to content

Instantly share code, notes, and snippets.

@stemy72
stemy72 / wifi-on-ubuntu-server-20.md
Last active April 5, 2023 11:24 — forked from austinjp/wifi-on-ubuntu-server-18.md
Enabling wifi on Ubuntu server 20

Setup Ubuntu 20.04 Server with WiFi, mysql, Apache and phpMyadmin

WORK IN PROGRESS!

TLDR

  1. Install wpasupplicant
  2. Check your devices are recognised even if they're not "managed": sudo iwconfig
  3. Check your wifi (here called "wlp3s0") is capable of detecting nearby routers: sudo iwlist wlp3s0 scan
  4. Configure netplan by dropping a file called 01-netcfg.yaml into /etc/netplan/ or edit existing file there. See example below.