aaPanel_Kern the problem is it is bind to port 80. Single instance like one machine has only 1IP so if i add multiple website it won't work because upon setup it requires domain name. if i set localhost it won't accept it.
Example:
- Site 1 (192.168.174.137:81)
- Site 2 (192.168.174.137:82)
- Site 3 (192.168.174.137:83)
- Site 4 (192.168.174.137:84)
This method above won't work domain should be unique.
Overall if using this Module Add Website can only use one domain and its subdomain. My alternative i use the Docker since it work with single IP and dynamic port with no issue. Hopefully someone can point me to the right solution for this matter.