Skip to content

Step 3 Configuration

Jeroen Oudshoorn edited this page Dec 21, 2024 · 2 revisions

Configuring your Pwnagotchi

Pwnagotchi works on a default configuration, which you can customize to your liking. The default configuration file can be found at /etc/pwnagotchi/defaults.toml. As mentioned you can customize your Pwnagotchi with a custom config file. You can do this easily when you have an SSH connection made.

New user-friendly wizard

While you are connected through SSH you can run the wizard:

  • sudo pwnagotchi --wizard

This will start the configuration wizard and ask questions to set up a basic configuration file.

The final file is stored as /etc/pwnagotchi/config.toml.

  • sudo cat /etc/pwnagotchi/config.toml

This will show the contents of the created file. If you feel up to it, you can now edit it if you want to.

Manual editing

Your custom configuration file can also be edited manually:

  • sudo nano /etc/pwnagotchi/config.toml

This will open a file editor, and create the file (config.toml) if it does not exist. Make any adjustments as you see fit.

  • CTRL + S will save the file
  • CTRL + X will close the file, if any changes have been made and not yet saved it will ask you if you want to save the changes.

Previous: Installation Next up: Customization

Clone this wiki locally