Skip to content

Change VNC Password

Supported Versions Last Updated
1.2.00 & higher
json output 1.14.00 & higher
2013/05/06
Action vserver-vncpass
Method GET, POST
Variables

vserverid [id of virtual server]

vncpassword [new password]

rdtype [json] For json output specify json or for default output leave blank. This variable is optional

Example Output

XML

Success:

 <status>success</status>

<statusmsg>Virtual server vnc password changed</statusmsg>

<vncpassword></vncpassword>

Error:

 <status>error</status>

<statusmsg>ERROR MESSAGE</statusmsg>

JSON

Success:

{

"status":"success",

"statusmsg":"Virtual server vnc password changes",

"vncpassword":"vncpassword"

Error:

 {"status":"error","statusmsg":"ERROR MESSAGE"}

Back to top