06 — Setup
Get protected in about a minute.
Install the WordPress plugin, add your token, and you are ready to go. No theme changes, no hosting changes and no complicated setup.
1Create a free accountCreate your free Fense account and get your API token.
2Install the pluginDownload Fense, install it in WordPress, and activate the plugin.
3Paste your tokenEnter your Fense token in the plugin settings. Protection starts on the next page load.
4Or use the APIYou can check an IP directly through the Fense API without using WordPress. Simply replace the IP address in the endpoint with the visitor's IP.
# check an IP address curl https://api.fense.in/token/38.45.43.5# response { "status": "success", "ip": "38.45.43.5", "hostname": "", "city": "Bandera", "region": "Texas", "country": "US", "lang": "English", "loc": "29.7266,-99.0737", "org": "FENIX NETWORKS, S.R.L", "proxy": "yes" }