To access the GUI, NGINX Proxy Manager is set up to point pve.in.utat.space
to https://10.0.1.201:8006
. This means that you cannot SSH into pve.in.utat.space
, this will point to the containers VM. Use the static IP for SSH matters.
⚠️ RealVNC does not work with the FQDN, use the IP instead to access the web interface if you need that functionality.
License servers are really picky that the MAC address of the server stays the same. Due to hardware upgrades, we’ve needed to spoof the MAC addresses to placate the license servers. In Proxmox, this is done by changing the MAC address of the network device that is passed to the VM. There’s no great way to do this for Windows, so just use the actual MAC address.
Server | Primary MAC |
---|---|
Ubuntu | 00:1e:4f:3f:93:bd |
CAD (Port 1) | 00:15:17:cb:50:32 |
ERX (WAN) | 18:e8:29:ad:b4:1a |
Datacenter → Permissions → Users. Add a new user, just input the user name.
Then:
pveum useradd newuser@pve -password 'YourPasswordHere' -firstname 'First' -lastname 'Last'
pveum aclmod / -user newuser@pve -role NewRole
Where NewRole can be some of the following:
PVEVMUser
(lowest privilege, just operating VMs)PVEVMAdmin
(can make, configure VMs)PVEAdmin
(manage PVE)Administrator
(basically just the root user)