Virtualbox - Centos 7 - CWP new install
Haven't found much to that provides a thorough explanation. But hope this helps!.
Found the below ports information and put it off the side for referencing while TS.
CWP Admin Panel Link (by hostname) if this is at home and you have no domain pointing to your external IP then use your IP. Google what is my IP. example.
http://serverip:2030.. etc.
CWP Admin Panel Link:
http://server.com:2030CWP Admin Panel Link:
http://server.com:2086CWP Admin Panel SSL Link:
https://server.com:2031CWP Admin Panel SSL Link:
https://server.com:2087CWP User Panel Link (by hostname)
CWP User Panel Link:
http://server.com:2082CWP User Panel SSL Link:
https://server.com:2083Ran update with command:
sh /scripts/update_cwp
Checked yougetsignal.com and shows port 80 and 2030 as open.
Only opened port 2030 in router initially, then.....
I noticed that the port 2030 automatically forwarded to 2031, so I went back to my router port forwarding and added port 2031. Then the admin login worked.
Admin Login screen for panel now shows. Then tested 2086 and it didn't work. Added port 2086 to the router like I did port 2031 and nothing. So then I added 2087 and then the admin login screen worked. Then added an open port rule in router that ranged from 2082-2083 for the client-side instead of having the rules separate, but I was just proof of concept that both ports need to be open at the same time, so one open port rule should be enough for sequential ports that need to be opened...
Conclusion. You must have both admin ports (2030,2031) or admin (2086,2087) and client (2082,2083), login ports pairs open at same time for that login screen to be accessed. One port forwarding rule per pair would be enough. I originally only opened port 2030 and so it wasnt working up until I opened its corresponding "https" port.
Good luck guys!