Search found 1 match
- Sun Apr 06, 2025 9:37 pm
- Forum: Gadgets evernode-deploy-monitor
- Topic: Steps to do right after installing proxmox
- Replies: 0
- Views: 2930
Steps to do right after installing proxmox
After installing proxmox, we need to make sure that it listens to incoming communication. 1. Write touch /etc/default/pveproxy 2. write nano /etc/default/pveproxy 3. add this row: LISTEN_IP=0.0.0.0 4. Hit CTRL + X and then pick Y to save the file. 5. Restart the service systemctl restart pveproxy.s...