COLO.in.th > คลังความรู้ > Proxmox VE > Change Port 8006 Proxmox VE 5.2 of Web Interface
Change Port 8006 Proxmox VE 5.2 of Web Interface
วิธีการเปลี่ยนพอร์ต 8006 ของ Proxmox VE 5.2
Check Version pve-manager pve-manager: 5.2-9
pveversion -v
Edit /usr/share/perl5/PVE/Service/pveproxy.pm
nano /usr/share/perl5/PVE/Service/pveproxy.pmAround line 72
my $socket = $self->create_reusable_socket(8006, undef, $family);Change Port to 443
my $socket = $self->create_reusable_socket(443, undef, $family);Change the port value, save the modification, and restart pveproxy:
service pveproxy restart
For Change GUI screen text edit /usr/bin/pvebanner
nano /usr/bin/pvebanner
Around line 22
https://${localip}:8006/
Change save the modification, and reboot server
บันทึกสู่รายการโปรดของฉัน พิมพ์หัวข้อนี้
Powered by WHMCompleteSolution