My ISP can't assign a public IP to my router so it appears I need to configure some proxy to access the Proxmox VE server remotely. I searched around and found two free services, one is https://www.zerotier.com/ and another one is https://www.natfrp.com/ . It appears the zerotier need to install a driver on both machines, but my office's Windows laptop does not provide me administrator account that I can't install the driver. So I use the second one's frp reverse proxy service.
I configured two links for the frp service. One is to redirect the local web gui page
So I'm wondering could I specify the port for the proxy when generating SPICE .vv file not using the default 3128 port? Or could I increase the timeout limit for the .vv file? Or is there other ways or any best practices to remotely access the server other than the zerotier or frp?
I configured two links for the frp service. One is to redirect the local web gui page
https://192.168.123.182:8006/
to remote https://43.249.xxx.xxx:55012
and another is to redirect local's SPICE proxy port https://192.168.123.182:3128
to remote https://43.249.xxx.xxx:55011
port. If I want to use SPICE remotely, I have to download the .vv file and quickly edit the proxy's line from proxy=http://43.249.xxx.xxx:3128
to proxy=http://43.249.xxx.xxx:55011
in able to connect. Since the *.vv file expires in 30 seconds, I have to edit it very fast and it's not easy to do so.So I'm wondering could I specify the port for the proxy when generating SPICE .vv file not using the default 3128 port? Or could I increase the timeout limit for the .vv file? Or is there other ways or any best practices to remotely access the server other than the zerotier or frp?