SSD Nodes Learn Hosting plans →

#firewall

Filtering by topic #firewall · clear

Guides

Check if a port is open on Linux

See what is really listening with ss, then test the port from outside with nc or nmap. Learn why a blocked port hangs while a closed one refuses at once.

Guides

Self-host a RustDesk relay server

Run RustDesk hbbs and hbbr on your own VPS: the Ed25519 key, pinned image tags, locked down ports, and the relay bandwidth your plan pays for.

Guides

Your Ollama API has no password

The Ollama server ships with no authentication, so anything that reaches port 11434 can run your models and pull new ones. The three fixes, in order.

Guides

Recover from a broken ufw ruleset

Locked out by ufw? Get back in through the provider console, disable the firewall, read the rules that actually applied, and stop it happening again.

Guides

iptables vs nftables on Ubuntu

On Ubuntu the iptables command already writes nftables rules. Prove it on your box, read the native ruleset, and see where ufw and Docker collide.

Guides

First 10 minutes on a new VPS

A new VPS is a target from its first minute. This ten-minute runbook creates a user, sets SSH keys, disables root, and turns on the firewall.