Port Opening Issue

I haven’t opened port 8080 but no packets and bytes are going up what should i do? i tried a alot to solve but nothing is going high please suggest asap. I want to make my website live. Plz revert ASAP.

Can you share, what you have done so far to open the port?

Use a firewall rule like this:
ip firewall nat add action=dst-nat chain=dstnat dst-port=8080 in-interface=ether1 protocol=tcp to-addresses=device lan ip to-ports=8080

Did you also allow this port in the filter table?

/ip firewall filter
add chain=forward connection-nat-state=dstnat action=accept