Skip to content

Latest commit

 

History

History

docker

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

SELKS on Docker

Intro

This version of SELKS is based on docker and intended to provide easier deployment and management.

For informations on standard SELKS implementation, see https://github.com/StamusNetworks/SELKS#selks

Minimum Requirements

  • 2 cores
  • 8 GB of free RAM
  • 10 GB of free disk space (actual disk occupation will mainly depend of the number of rules and the amount of traffic on the network). 200GB+ SSD grade is recommended.
  • git, curl
  • docker > 17.06.0 (will be installed during SELKS initial setup)
  • docker-compose > 1.27.0 (will be installed during SELKS initial setup)

Install process

Basic installation

git clone https://github.com/StamusNetworks/SELKS.git
cd SELKS/docker/
./easy-setup.sh
docker-compose up -d

Once the containers are up and running, you should just point your browser to https://your.selks.IP.here/ If you chose to install Portainer during the installation, you must visit https://your.selks.IP.here:9443 to set portainer's admin password

If the setup script fails and you think it's a bug, please Report an issue. You can also take a look at the manual setup process

Credentials and log in

In order to access scirius, you will need following credentials:

  • user: selks-user
  • password: selks-user

Wiki

More info and details can be found on our wiki

Advanced installation

For detailed instructions, please visit the advanced installation guide - wiki

Getting help

There are many ways to get help incvluding in our live chat - Getting Help

Report an issue

If you've encoutered an issue please let us know: Report Issue