Quick installation¶
Quick install¶
After obtaining the License Key, please use the our interactive installation script to quickly install IDSTower:
$ curl -O https://download.idstower.com/install_script/latest/install-IDSTower.sh
$ echo "59aea63176cae138104d10ebf1c3832efe6a1d6a1d5a08afd0bdfc31b5bc320e install-IDSTower.sh" \
| sha256sum -c -
$ bash install-IDSTower.sh -i
Docker Image¶
You can also use the Docker image to run IDSTower:
$ docker run -p 80:80 \
-p 443:443 \
-e LicenseKey=<Key> \
-e EncryptionKey=<Encryption Key> \
-e Hosting__URL=http://idstower.company.local \
-e Database__Host=<database host> \
-e Database__Name=<database name> \
-e Database__Username=<database username> \
-e Database__Password=<database password> \
idstower/idstower:latest
For more information on how to run IDSTower using Docker, please refer to IDSTower Docker Hub Repository Page.
Configuration¶
Please visit IDSTower Configuration Guide for more information on how to configure IDSTower.
Manual install¶
Or you can also follow the appropriate installation guide depending on the Operating System you wish to install IDSTower on:
CentOS Stream:
Rocky Linux:
AlmaLinux:
Oracle Linux:
RHEL:
Amazon Linux:
Debian:
Ubuntu:
Systems reached End-Of-Life (EOL):