Getting started

Installation

Before installing the server package you should ensure you have a registered account and have generated an API key for WAFHub.

Once you have an API key for WAFHub, to setup automatic log submissions you'll need to install our server script deamon. We've tried to make this as simple as possible, simply access the terminal on your server and run the following code, ensuring you enter your API key where we have put "API-KEY-HERE".

wget -P /srv/wafhub-remote https://raw.githubusercontent.com/coderstudios/wafhub-remote/main/install.sh && sudo bash /srv/wafhub-remote/install.sh -k API-KEY-HERE