Search results

  1. J

    creating multiple vmbridges from a single network card

    i want to create multiple vmbr from a single eth, without having to restart my cluster is this possible? and if so how do i do it?
  2. J

    GET vncwebsocket doesnt seem to work

    no matter how or what i pass i always get NULL back or the error property is missing and is not optional while i did pass it. im using javascript to generate a curl command curl -X GET -k -b pveAuthcookie= (ticket gotten from access.ticket)...
  3. J

    Create multiple OVS bridges on a single interface without rebooting?

    i have followed https://pve.proxmox.com/wiki/Network_Configuration and am using the default config. however i would like to create multiple OVS bridges on my eth0, without having to reboot my node. is there a way to do this? as of now promox doesnt allow multiple bridges on the same eth...
  4. J

    Passing a ticket to noVNC

    im using novnc to grant people access to the console of their VM through a custom UI instead of the default proxmox UI, however the default UI saves a ticket in the browser which it uses for the consoles. how to i pass a new ticket to the noVNC in my browser or how to i save one in my browser?
  5. J

    creating new disk image via api?

    curl -X POST -k -b...
  6. J

    Change vm boot order via api?

    how do i set the boot order of a VM via the api?, i cant seem to find it in the config or any other documentation.
  7. J

    Remote novnc html 5, what do i need and how does it work?

    hello, i am trying to create a remote interface for my proxmox server and i want to give people access to the console of their VM's how do i do this? is there a way for me to use the console that is in the proxmox UI and have it show on my website? or in a pop-up? and how would i go about this?
  8. J

    Deleting vm via Api not working

    i am trying to delete a VM via the api using DELETE api2/json/node/<node>/qemu/<vmid> the command returns {data:null} and nothing else, and the vm just stays there the only way to delete it is via the GUI and having to enter a confirm so maybe that has to do something with it? -thanks
  9. J

    managing user access

    Im fairly new with proxmox and do not know its limits quite yet. so i am wondering if anyone here can help me with my project. i want be able to limit users resource pools, and then give them full permission to spend that pool however they want, without conflicting with any other users,and all...