IPBan One Click Install for Windows and Linux

IPBan now has a simple one click install for Windows, simply run the following from an admin powershell prompt:

iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/DigitalRuby/IPBan/master/IPBanCore/Windows/Scripts/install_latest.ps1'))

If you have any concerns about running a powershell script from a url, please try the url in your browser and review the code:

https://raw.githubusercontent.com/DigitalRuby/IPBan/master/IPBanCore/Windows/Scripts/install_latest.ps1

The same powershell script can be used with a uninstall argument should you ever need to remove IPBan from a system.

For reference, here is the Linux one click install script:

https://raw.githubusercontent.com/DigitalRuby/IPBan/master/IPBanCore/Linux/Scripts/Install.sh.

The Linux script can be executed as follows:

sudo -i; bash <(wget -qO- https://raw.githubusercontent.com/DigitalRuby/IPBan/master/IPBanCore/Linux/Scripts/Install.sh)

May these scripts serve you well in securing your servers.

Have a wonderful day!

– Jeff

5 1 vote
Article Rating
Subscribe
Notify of
guest

This site uses Akismet to reduce spam. Learn how your comment data is processed.

11 Comments
Newest
Oldest Most Voted
Inline Feedbacks
View all comments
John
John
1 year ago

Can I to install ipban without pro subscription?

turbofiero
turbofiero
2 years ago

recently realized how configurable ipban is…. can also be configured to protect an emby server!

would be really cool if we could put together a list of custom configs for various other things? would help noobs keep security in check

nonetheless thanks for the efforts!

Albert G
Albert G
3 years ago

As a less experienced user this feature makes all the difference. Thank you Jeff!

Slavik
Slavik
3 years ago

Can I run same script again and again to upgrade to newer version?

Slavik
Slavik
3 years ago

I didn’t know you had Linux version. How IPBan compares / differs to default fail2ban?