Task at: https://sadservers.com/scenario/taipei
Inside of this task we have port knocking, very famous solution to bring protection to access for certain port. More information on this: https://wiki.archlinux.org/title/Port_knocking
One simple way to unlock port 80 is to use nmap 2-3 times on all ports to open port 80:
nmap -Pn -p 1-65535 localhost
Famous port knocking with nmap tool