Default Port 7080
By default, WebAdmin is exposed on port 7080, commonly at https://server-ip:7080.
Why this is separate from site traffic
Port 7080 is not the normal website listener. It is a management endpoint. That separation is good because it keeps administration distinct from public application traffic on 80 and 443.
What you should expect
On a fresh install, the first management login commonly happens by visiting https://server-ip:7080. Because this is a management surface, browser warnings or access failures here should be treated seriously and investigated rather than ignored.
Security note
Do not leave this open to the whole internet unless you have a strong reason. Restrict it with a firewall, VPN, or IP allowlist.
Good practice
- allow only trusted source IPs
- prefer VPN or private network access
- monitor login attempts if the interface is exposed
- document whether the port has been changed from default
Common mistake
Administrators sometimes assume that because 7080 is not a common public web port, it is safe enough by obscurity. It is not. Any internet-facing management port should be treated as sensitive.
Key takeaway
Port 7080 is a management interface, not a public application port.