Security News > 2020 > September > How to install the Graylog system log manager on Ubuntu Server 20.04
SEE: Pro tips: Ubuntu 20.04.What you'll needAn instance of Ubuntu Server 20.04.A user with sudo privileges.
Sudo apt-get update sudo apt-get upgrade -y How to install Java.
Systemctl daemon-reload systemctl start elasticsearch systemctl enable elasticsearch How to install MongoDB. We'll now install the database server.
Sudo apt-get update -y sudo apt-get install graylog-server -y. A secret user password must be generated for Graylog.
Sudo systemctl daemon-reload sudo systemctl start graylog-server sudo systemctl enable graylog-server How to install and configure NGINX. Finally, we must install NGINX to serve as a reverse proxy.