+4 votes
in Web & Google by (40.5k points)
I want to change the default port of Hestiacp from 8083 to a new value.

How can I change it?

1 Answer

+1 vote
by (348k points)
selected by
 
Best answer

SSH to your VPS as root and run the following command to change the port number from 8083 to a new value.

$ v-change-sys-port NEW_PORT_NUMBER

where NEW_PORT_NUMBER is your new port number.


...