Description
This guide will show you how to add custom for Webuzo panel ports via Command Line
The following CLI command is used to add custom ports for Webuzo Admin and End User panel
For Example:
Admin port SSL - 3005 and Enduser port SSL - 3003
Admin port Non-SSL - 3004 and Enduser port Non-SSL - 3002
Command
webuzo --add_custom_ports --admin_ssl=3005 --admin=3004 --enduser_ssl=3003 --enduser=3002
Note : Webuzo will still continue to run on the default ports and will additionally run on your custom ports as well.
Note : If you are unable to access Webuzo with your custom ports after executing the above command please make sure your custom ports are allowed in Firewall.