foss 9 540x304 - How to install FOSSBilling in OpenPanel

How to install FOSSBilling in OpenPanel

In this guide, I’ll walk you through the simple and quick process of installing FOSSBilling on OpenPanel. The installation takes just 5 minutes. Add a Domain to OpenPanel First, add a domain to OpenPanel. Upload FOSSBilling OpenPanel’s...

2025 04 28 12 52 540x304 - Listing OpenPanel system and user containers' log sizes

Listing OpenPanel system and user containers’ log sizes

OpenPanel uses docker contexts to manage containers for users across multiple servers. Command opencli docker-logs is designed to be used for determining the size of log files for users and system containers. List containers logs sizes for a single...

chrome jlFx5SHChc 540x304 - Adding new DNS zone to Poweradmin

Adding new DNS zone to Poweradmin

First log into Poweradmin and click on Add master zone: In this example, I will use 18.21.22.0/24 so the zone name is: 22.21.18.in-addr.arpa Click on the Add zone button then edit the new zone and add nameservers: Go to RIPE NCC and add the domain:...

How to increase docker container disk size devicemapper 540x304 - How to increase docker container disk size (devicemapper)

How to increase docker container disk size (devicemapper)

Inside the docker container check the available disk space and get the path to the partition: root@server2:~# docker exec stefan df -h /var/lib/docker/devicemapper/mnt/bddbf234169773b6d6b52529ff32572add386085bc248a0ee807f70ce7c00adc Filesystem Size...

image 540x304 - Fix Incorrect cPanel Inodes or Disk Usage

Fix Incorrect cPanel Inodes or Disk Usage

When you change a package for a cpanel account,new limits are applied immediately but the statistics section in the dashboard still shows old info. To refresh the data for a single cpanel account simply delete the .cpanel/datastore directory for...

chrome gJoMvrsPqr 540x304 - Proxmox MailGateway login via Curl

Proxmox MailGateway login via Curl

Proxmox MailGateway login via Curl: curl -k -d 'username=root@pam' --data-urlencode 'password=sd7fv72vf' --insecure Example response:...