Add User to Linux PAM with root access
In Proxmox/Debian sudo isn’t installed by default, hence, after updating Proxmox to the latest version do:
$ apt install sudo
$ adduser (username)
Fill out the UNIX Password and data
$ adduser (username) sudo
Finally, add the user in the Proxmox GUI for GUI access as admin.