37 lines
1003 B
JSON
37 lines
1003 B
JSON
{
|
|
"name": "Nexterm",
|
|
"slug": "nexterm",
|
|
"categories": [
|
|
10
|
|
],
|
|
"date_created": "2026-05-25",
|
|
"type": "ct",
|
|
"updateable": true,
|
|
"privileged": false,
|
|
"has_arm": false,
|
|
"interface_port": 6989,
|
|
"documentation": "https://docs.nexterm.dev/",
|
|
"website": "https://nexterm.dev/",
|
|
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/nexterm.webp",
|
|
"description": "Nexterm is an open-source server management software for SSH, VNC & RDP. It bundles a web interface, file management, monitoring, and team collaboration with two-factor authentication, OIDC SSO, and encrypted credential storage.",
|
|
"install_methods": [
|
|
{
|
|
"type": "default",
|
|
"script": "ct/nexterm.sh",
|
|
"config_path": "/etc/nexterm-server/server.env",
|
|
"resources": {
|
|
"cpu": 2,
|
|
"ram": 2048,
|
|
"hdd": 6,
|
|
"os": "Debian",
|
|
"version": "13"
|
|
}
|
|
}
|
|
],
|
|
"default_credentials": {
|
|
"username": null,
|
|
"password": null
|
|
},
|
|
"notes": []
|
|
}
|