-
-
Notifications
You must be signed in to change notification settings - Fork 288
Step 3 Configuration
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. Editing this file is useless, any changes made will be reverted on reboot.
As mentioned you can customize your Pwnagotchi with a custom config file.
You can do this easily when you have an SSH connection made.
If you're new and not yet as adventurous as some there is a helpful tool to start creating your first configuration. Created by @wpa2.
Your custom configuration file can also be edited manually:
sudo nano /etc/pwnagotchi/config.toml- there is also a shortcut command
configAnd this will open the config.toml ready for editing.
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 + Swill save the file -
CTRL + Xwill 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
Written by Jayofelony. All rights reserved.