mirror of
				https://github.com/community-scripts/ProxmoxVE.git
				synced 2025-11-04 10:22:50 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			60 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			60 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "name": "RustDesk Server",
 | 
						|
  "slug": "rustdeskserver",
 | 
						|
  "categories": [
 | 
						|
    21
 | 
						|
  ],
 | 
						|
  "date_created": "2025-02-13",
 | 
						|
  "type": "ct",
 | 
						|
  "updateable": true,
 | 
						|
  "privileged": false,
 | 
						|
  "interface_port": 21114,
 | 
						|
  "documentation": "https://rustdesk.com/docs/en/",
 | 
						|
  "website": "https://rustdesk.com/",
 | 
						|
  "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/rustdesk.webp",
 | 
						|
  "config_path": "",
 | 
						|
  "description": "RustDesk is a full-featured open source remote control alternative for self-hosting and security with minimal configuration.",
 | 
						|
  "install_methods": [
 | 
						|
    {
 | 
						|
      "type": "default",
 | 
						|
      "script": "ct/rustdeskserver.sh",
 | 
						|
      "resources": {
 | 
						|
        "cpu": 1,
 | 
						|
        "ram": 512,
 | 
						|
        "hdd": 2,
 | 
						|
        "os": "debian",
 | 
						|
        "version": "13"
 | 
						|
      }
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "type": "alpine",
 | 
						|
      "script": "ct/alpine-rustdeskserver.sh",
 | 
						|
      "resources": {
 | 
						|
        "cpu": 1,
 | 
						|
        "ram": 512,
 | 
						|
        "hdd": 2,
 | 
						|
        "os": "alpine",
 | 
						|
        "version": "3.22"
 | 
						|
      }
 | 
						|
    }
 | 
						|
  ],
 | 
						|
  "default_credentials": {
 | 
						|
    "username": null,
 | 
						|
    "password": null
 | 
						|
  },
 | 
						|
  "notes": [
 | 
						|
    {
 | 
						|
      "text": "Check our configuration guide for help: `https://github.com/community-scripts/ProxmoxVE/discussions/2388`",
 | 
						|
      "type": "info"
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "text": "To set admin password on Debian, type `cd /var/lib/rustdesk-api && rustdesk-api reset-admin-pwd <yournewpasswordhere>` inside LXC.",
 | 
						|
      "type": "info"
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "text": "To see admin password on Alpine, type `cat ~/rustdesk.creds` inside LXC.",
 | 
						|
      "type": "info"
 | 
						|
    }
 | 
						|
  ]
 | 
						|
}
 |