Entries by admin

Script to install Proxmox 7.x – 8.x on a Dedicated Hetzner Server

The Proxmox-Version depends on your OS: Proxmox 7.x on Debian Bullsey and Proxmox 8.x on Debian Bookworm. Install Proxmox on your server Let’s Encrypt Certificate for the Proxmox-Interface Option to use Thin-Pool Storage Read the Server-IPs (Single-IP and Subnet) from the Hetzner-Robot Write the Network-Config Option to create private IPs if you use a vSwitch […]

,

Monitoring

You always have full access to the monitoring of your managed server and can view the data directly in your browser or via your smartphone. If the state changes, you will receive a mail after a certain time. You will get the notification if the status changes to OK, Warn or Crit. Browser Just open […]

,

Manage PHP versions

You can install an available PHP version or delete an installed PHP version on our managed servers at any time. Install PHP-Version To install a PHP version, open the “System” section in ISPConfig and select “PHP Versions” on the left.   Use the button “Install new PHP version” to install the PHP versions you are […]

Joomla with Redis Object Cache

In the following text we will show you how to speed up an already existing Joomla installation with a Redis cache. If you install a new Joomla with our web wizard, you can also install and activate the Redis cache automatically. Create a Redis Instance Log in to ISPConfig on your managed server. In the […]

WordPress with Redis Object Cache

In the following article we will show you how to speed up an existing WordPress with a Redis cache. If you install a new WordPress with our web wizard, you can also install and activate the Redis cache automatically. Create a Redis Instance Log in to ISPConfig on your managed server. In the Sites section […]

,

Customize system mails

Our managed servers send mails under different conditions. Probably the most important part are the notifications about the used disk space. Manage system mails You can customize these messages and add new languages. To do this, select “System Mails” in the “System” section at the bottom left. Customize system mails To customize a message according […]

,

Setting up HSTS for a website

What is HSTS? HTTP Strict Transport Security (HSTS) is an instruction from the web server that informs the web browser (or other programs) how the connection between the server and the web browser should be handled. This information is sent right at the beginning in the so called “Response Header”. A simple redirection from HTTP […]

,

Use cron snippets

Cron snippets work similar to the directive snippets for web pages. These are predefined cron jobs that can be selected when creating a cron job under “Cron Snipet” or in the settings for the web wizard. Show Cron Snippets You can find predefined cron snippets in the “System” section under “Cron snippets”. Create Cron Snippet […]

,

Password check with haveibeenpwned

The website haveibeenpwned.com provides, among other things, a list of passwords that have appeared in data leaks. haveibeenpwned is secure For verification, the complete password is never sent, but only a small partial hash value. The pwned passwords function used searches the database of previous data leaks for the presence of a user-supplied password. The […]

,

Nextcloud with Chrooted-User and Cron-Job

These instructions do not apply to a Nextcloud installation that you created via the wizard – the wizard creates the corresponding file automatically. If you want to execute the command ‘php occ …’ as a “limited” shell user (chrooted shell = jailkit), you have to make two changes to the Nextcloud configuration. We use our […]