VNC issues ( proxmox 3.3 )

newtestisme

New Member
Oct 20, 2014
4
0
1
Hello

i installed proxmox 3.3.3 and i have issues to run vnc via external webpage

i saw that now its novnc but is there any way to add it to external or even way to back old java way ?-



i used this before :


php :
$response = $pve2->post("/nodes/$nodename/qemu/$id/vncproxy",$parameters);



jv :
<div class="alert alert-block alert-warning fade in">

<applet id='pveKVMConsole-1018-vncapp' border='false' code='com.tigervnc.vncviewer.VncViewer' archive='https://<?=$hostname?>:8006/vncterm/VncViewer.jar' width='100%' height='100%' style='width: 800px; height: 700px; '>
<param name='id' value='pveKVMConsole-1018-vncapp'>
<param name='PVECert' value='<?php echo str_replace("\n", '|', $response["cert"]); ?>'>
<param name='HOST' value='<?php echo $hostname; ?>'>
<param name='PORT' value='<?php echo $response["port"]; ?>'>
<param name='USERNAME' value='<?php echo $response["user"]; ?>'>
<param name='password' value='<?php echo $response["ticket"]; ?>'>
<param name='Show Controls' value='Yes'>
<param name='Offer Relogin' value='No'>
</applet> <br>
</div>




its working on old proxmox versions but new no - is there anyway to make same to new version or at least way to back old vnc to new version of proxmox - i tried to downgrade proxmox but it doesnt help



thanks