Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 890 Bytes

File metadata and controls

18 lines (11 loc) · 890 Bytes

Laravel Forge

In Forge, go to your server -> Settings -> Environment and add the AIKIDO_TOKEN in the .env file.

Forge Environment

You can get your token from the Aikido Security Dashboard.

Go to "Commands" and run the following by replacing the sudo password with the one that Forge displays when the server is created:

curl -L -O https://github.com/AikidoSec/firewall-php/releases/download/v1.5.4/aikido-php-firewall.x86_64.deb && echo "YOUR_SUDO_PASSWORD_HERE" | sudo -S dpkg -i -E ./aikido-php-firewall.x86_64.deb && echo "YOUR_SUDO_PASSWORD_HERE" | sudo -S service php8.4-fpm restart

Forge Commands

Alternatively, you can execute the same command directly from the Forge terminal.

Forge Terminal