List available OS Templates in your server vzpkg list -O vzpkg list -O –with-summary To create … OpenVZRead more
Virtualization
KVM VNC Allow Remote Access
By default VNC Console on a KVM virtual Machine only listens to localhost. So you need … KVM VNC Allow Remote AccessRead more
Proxmox useful command to manage Containers
pct is a command line tool to manage containers (LXC) in proxmox server. Here are some … Proxmox useful command to manage ContainersRead more
Proxmox useful command to manage Containers
pct is a command line tool to manage containers (LXC) in proxmox server. Here are some … Proxmox useful command to manage ContainersRead more
Proxmox VE Access Console of LXC Container
To access console of a LXC container running under Proxmox, run pct enter CT_ID_HERE Example pct … Proxmox VE Access Console of LXC ContainerRead more
Proxmox take snapshot of Virtual Machine
To take snapshot of virtual machine in proxmox, click on Virtual Machine, under Snapshots, clikc “Take … Proxmox take snapshot of Virtual MachineRead more
Proxmox pveperf
pveperf is a command line benchmarking tool in proxmox server. root@server70:~# pveperf CPU BOGOMIPS: 59199.84 REGEX/SECOND: … Proxmox pveperfRead more
Copy a file from host into LXD container
To copy file from host machine to LXD container run lxc file push FILE_NAME CONTAINER_NAME/FOLDER/ Example … Copy a file from host into LXD containerRead more
Virtualizor list all vms from command line
Virtualizor use to manage virtualmachines. To list all virtual machines in a server, login to server … Virtualizor list all vms from command lineRead more
Auto Start KVM Virtual Machine
To auto start a KVM Virtual Machine on boot time, use command virsh autostart VMNAME_HERE To … Auto Start KVM Virtual MachineRead more