Search results

  1. D

    [SOLVED] Apply qm.conf VNC setting

    I have just added args: -vnc 0.0.0.0:50 to a VMs qm.conf, but it seems to have no effect. Is there a command I need to run to apply it? root@pve:/etc/pve/local/qemu-server# qm config 114 --current args: -vnc 0.0.0.0:50 it is showing in the config, but the server is not listening on port 5950...
  2. D

    [SOLVED] SSH and web interface not working after reboot.

    Hi, I powered down my server to install a new dual NIC pci expansion card. I am not using that card yet, just installed it. Upon powering on the web interface and ssh fail. From looking at older posts I checked on the following: pve-cluster.service is failed, and I cannot start it with it...
  3. D

    API auth failing

    I am new to restAPI/apis in general completely really so I am sure I am being stupid but wanted to ask. looking at: https://pve.proxmox.com/wiki/Proxmox_VE_API PVE uses a Token Based Authentication. All request to the API need to include that token inside a Cookie. We usually call that token...
  4. D

    Windows 10 guest only sees 1CPU

    I have a windows 10 guest: agent: 1 bootdisk: scsi0 cores: 2 ide0: ISOs:iso/virtio-win-0.1.185.iso,media=cdrom,size=402812K ide2: ISOs:iso/Windows.iso,media=cdrom memory: 4096 name: win net0: virtio=32:C1:52:71:97:E8,bridge=vmbr0,firewall=1 numa: 1 ostype: win10 scsi0...
  5. D

    Get VNC port from VM?

    Just started using proxmox. I like to use vnc viewer to connect to vms but UI have not been able to find anything about getting a VNC port from a running VM. I did find that you can go to the monitor tab and run "change vnc <IP:increment> where increment is some increment from 5900 and ip is...