2025-11-14 18:29:52 +01:00
{
"name" : "LibreNMS" ,
"slug" : "librenms" ,
"categories" : [
9
] ,
2025-11-15 16:11:28 +01:00
"date_created" : "2025-11-14" ,
2025-11-14 18:29:52 +01:00
"type" : "ct" ,
2025-12-09 15:24:19 +01:00
"updateable" : true ,
2025-11-14 18:29:52 +01:00
"privileged" : false ,
"interface_port" : 80 ,
"documentation" : "https://docs.librenms.org/" ,
"website" : "https://librenms.org/" ,
2025-12-10 18:41:22 +01:00
"logo" : "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/librenms.webp" ,
2025-11-14 18:29:52 +01:00
"config_path" : "/opt/librenms/config.php and /opt/librenms/.env" ,
"description" : "LibreNMS is an open-source, community-driven network monitoring system that provides automatic discovery, alerting, and performance tracking for network devices. It supports a wide range of hardware and integrates with various notification and logging platforms." ,
"install_methods" : [
{
"type" : "default" ,
"script" : "ct/librenms.sh" ,
"resources" : {
"cpu" : 2 ,
"ram" : 2048 ,
"hdd" : 4 ,
"os" : "Debian" ,
2025-11-23 04:05:35 -07:00
"version" : "13"
2025-11-14 18:29:52 +01:00
}
}
] ,
"default_credentials" : {
2025-11-18 11:17:52 +01:00
"username" : null ,
"password" : null
2025-11-14 18:29:52 +01:00
} ,
2025-11-18 11:17:52 +01:00
"notes" : [
{
"text" : "After installation, the admin user credentials are saved in the file ~/librenms.creds inside the container." ,
"type" : "info"
}
]
2025-11-14 18:29:52 +01:00
}