proxmox_notes
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
proxmox_notes [2024/12/24 11:15] – mike | proxmox_notes [2025/02/25 07:35] (current) – mike | ||
---|---|---|---|
Line 9: | Line 9: | ||
Click “Add” | Click “Add” | ||
In the Repository drop-down box, select “No-Subscription” and click Add. | In the Repository drop-down box, select “No-Subscription” and click Add. | ||
- | |||
- | === "No Active Subscription" | ||
- | Unless one has a paid subscription to ProxMox, there will be an alert posted in the GUI at each login, which must be clicked on to dismiss. | ||
- | |||
- | Edit the file **/ | ||
- | |||
- | Find the following two lines: | ||
- | if (res === null || res === undefined || !res || res | ||
- | .data.status.toLowerCase() !== ' | ||
- | |||
- | Replace them with the following: | ||
- | if (false) { | ||
- | |||
- | Save the file. Refresh the browser. | ||
=== Enable remote VNC login ability to ProxMox guests === | === Enable remote VNC login ability to ProxMox guests === | ||
Line 30: | Line 16: | ||
A VNC connection to the guest is now possible by specifying the **host** IP address and the port chosen (" | A VNC connection to the guest is now possible by specifying the **host** IP address and the port chosen (" | ||
+ | |||
+ | === Syslog not installed by default === | ||
+ | To install: | ||
+ | apt install -y rsyslog | ||
+ | | ||
+ | === Disable/ | ||
+ | Login to the ProxMox node via ssh and run the following code: | ||
+ | sed -Ezi.bak " | ||
+ | If/when the proxmox-widget-toolkit package gets updated, this command will need to be run again. | ||
+ |
proxmox_notes.1735067743.txt.gz · Last modified: 2024/12/24 11:15 by mike