| | 1 | = Configuring LibreNMS on Single server Multi virtual host environment = |
| | 2 | |
| | 3 | This will guide you through installing LibreNMS setup on Ubuntu 20.04 LTS server with NGINX running as the web server. |
| | 4 | |
| | 5 | === Requirements === |
| | 6 | |
| | 7 | * Linux Server running Ubuntu 20.04 LTS |
| | 8 | * NGINX Installed. |
| | 9 | * SSL/ HTTPS Certificates issued ( May be using Letsencrypt or Otherwise) |
| | 10 | * sudo access to the server. All following commands have to be entered as the root user. Best way to do it is, by login in as root with {{{ sudo su }}} |
| | 11 | |
| | 12 | |