How to Harden #Security of #VPS Server

This article demonstrates how to harden security of VPS server and is intended for server administrators.
Ultimate Guide to Harden Security of a VPS Server
Securing a Virtual Private Server (VPS) is not a one-time taskโ€”itโ€™s an ongoing discipline. Whether youโ€™re hosting websites, applications, databases, or client workloads, a hardened VPS dramatically ...
Continued ๐Ÿ‘‰ https://blog.radwebhosting.com/harden-security-of-vps-server/?utm_source=mastodon&utm_medium=social&utm_campaign=mastodon.raddemo.host #certbot #ufw #firewalld #letsencrypt #rockylinux

How to Harden #Security of #VPS Server

This article demonstrates how to harden security of VPS server and is intended for server administrators.
Ultimate Guide to Harden Security of a VPS Server
Securing a Virtual Private Server (VPS) is not a one-time taskโ€”itโ€™s an ongoing discipline. Whether youโ€™re hosting websites, applications, databases, or client workloads, a hardened VPS dramatically ...
Continued ๐Ÿ‘‰ https://blog.radwebhosting.com/harden-security-of-vps-server/?utm_source=mastodon&utm_medium=social&utm_campaign=mastodon.social #certbot #letsencrypt #rockylinux #firewalld #ufw

How to Harden #Security of #VPS Server

This article demonstrates how to harden security of VPS server and is intended for server administrators.
Ultimate Guide to Harden Security of a VPS Server
Securing a Virtual Private Server (VPS) is not a one-time taskโ€”itโ€™s an ongoing discipline. Whether youโ€™re hosting websites, applications, databases, or client workloads, a hardened VPS dramatically ...
Continued ๐Ÿ‘‰ https://blog.radwebhosting.com/harden-security-of-vps-server/?utm_source=mastodon&utm_medium=social&utm_campaign=mastodon.raddemo.host #letsencrypt #rockylinux #certbot #ufw #firewalld

How to Harden #Security of #VPS Server

This article demonstrates how to harden security of VPS server and is intended for server administrators.
Ultimate Guide to Harden Security of a VPS Server
Securing a Virtual Private Server (VPS) is not a one-time taskโ€”itโ€™s an ongoing discipline. Whether youโ€™re hosting websites, applications, databases, or client workloads, a hardened VPS dramatically ...
Continued ๐Ÿ‘‰ https://blog.radwebhosting.com/harden-security-of-vps-server/?utm_source=mastodon&utm_medium=social&utm_campaign=mastodon.raddemo.host #firewalld #rockylinux #ufw #certbot #letsencrypt

How to Harden #Security of #VPS Server

This article demonstrates how to harden security of VPS server and is intended for server administrators.
Ultimate Guide to Harden Security of a VPS Server
Securing a Virtual Private Server (VPS) is not a one-time taskโ€”itโ€™s an ongoing discipline. Whether youโ€™re hosting websites, applications, databases, or client workloads, a hardened VPS dramatically ...
Continued ๐Ÿ‘‰ https://blog.radwebhosting.com/harden-security-of-vps-server/?utm_source=mastodon&utm_medium=social&utm_campaign=mastodon.social #ufw #letsencrypt #certbot #firewalld #rockylinux

Okay, #duckduckfedi question for you:
I have a setup with #podman and #firewalld

I want to be able to specify published ports with -p 8080:8080 and then use something like --zone=public --add-port=8080/tcp to allow traffic from the public zone to reach that port.

So far -p seems to be either global or completely disabled when setting "StrictPortForward=yes"

anyone know how to fix #docker #swarm and #firewalld ?
I get these kind of errors after some time.
I have to restart the node and things are working again..for some time.
Using docker swarm 29.1.3
```
dial tcp: lookup acme-v02.api.letsencrypt.org on 127.0.0.11:53: server misbehaving
```
I get the error for other domains as well.

Nitrux 5.1.0 drops as a Linux distro designed for modern hardware

https://fed.brid.gy/r/https://nerds.xyz/2026/01/nitrux-5-1-0-linux/

Managing firewall rules is a crucial security task on Linux systems. In #Debian 13, depending on the server configuration, different firewall tools can be installed. The most common are #UFW, #iptables, or #firewalld. You must first check if your firewall is active and what rules are in place. Also, make sure that network ports are open or blocked.๐Ÿ”ฅ

Continue reading:๐Ÿ‘‡
https://greenwebpage.com/community/how-to-check-firewall-status-on-debian-13/

#UFW #IPTables #Firewalld #FirewallStatus #Debian13 #LinuxAdministration #GreenWebpage

How to Check Firewall Status on Debian 13 - Greenwebpage Community

This guide will explain how to check the firewall status in Debian 13, with each step explained clearly before you run any commands.

Greenwebpage Community

next #firewalld oddity; you can't use 'firewall-cmd' when firewalld is stopped (like configuring a rootfs not yet booted), but it has got 'firewall-offline-cmd' that lets you do it - except the options are sometimes different; e.g.
firewall-cmd --zone=external --remove-service ssh --permanent
becomes
firewall-offline-cmd --zone=external --remove-service-from-zone=ssh

(Which is odd anyway because --permanent works on the xml files, so feels like it should work offline)