36
json/nexterm.json
Normal file
36
json/nexterm.json
Normal file
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"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": []
|
||||
}
|
||||
Reference in New Issue
Block a user