How to Set Up SSH Tunneling to Expose a Local Server via VPS
1. Open Port 8080 on Your VPS
To allow incoming connections on port 8080, open it using a firewall tool like UFW. Run the following commands:
sudo ufw allow 8080/tcp
sudo ufw reload