> For the complete documentation index, see [llms.txt](https://documentation.hak5.org/signal-owl/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.hak5.org/signal-owl/internet-connectivity/getting-the-signal-owl-online.md).

# Getting the Signal Owl Online

Using the WIFI\_CONNECT extension, the Signal Owl can be provided Internet access from a nearby WPA access point. See the below example payload:

```
# WiFi Client Setup
WIFI_SSID="network-name"
WIFI_PASS="passphrase"
LED SETUP
WIFI_CONNECT
# Optionally enable SSH
# /etc/init.d/sshd start
LED ATTACK
```

*
