Antworten auf Ihre häufigsten Fragen

Empfohlene Anpassungen an Ihrem neu installierten Virtual Server 10+ mit Linux und Plesk

(you can find the english version of this article below)

In diesem Artikel finden Sie einige optionale, von uns empfohlene Anpassungen auf Ihrem neu installierten Virtual Server 10+ mit Linux und Plesk

Welche Anpassungen werden empfohlen?

Die folgenden Anpassungen empfehlen wir:

  • Anpassen der Mindest-Passwort-Stärke in Plesk
  • Deinstallieren von unnötigen Erweiterungen in Plesk
  • Entfernen von Social-Media-Links und Plesk-Eigenwerbung in Plesk
  • Setzen der locale auf dem System auf de_DE
  • Anpassungen am DNS-Template in Plesk für die Nutzung mit unseren Nameservern

Gerne können wir die Anpassungen für eine Pauschale von 25 EUR brutto für Sie vornehmen. Dazu genügt eine kurze Support-Anfrage über das KIS.

 

Wie kann ich die Anpassungen selbst vornehmen?

Anpassen der Mindest-Passwort-Stärke in Plesk

/usr/local/psa/bin/server_pref -u -min_password_strength strong

Deinstallieren von unnötigen Erweiterungen in Plesk

for EXTENSION in revisium-antivirus xovi advisor social-login domain-connect; do /usr/local/psa/bin/extension --uninstall ${EXTENSION}; done

Entfernen von Social-Media-Links und Plesk-Eigenwerbung in Plesk

Wir empfehlen die folgenden Einstellungen in der /usr/local/psa/admin/conf/panel.ini.
Falls /usr/local/psa/admin/conf/panel.ini nicht existiert:
cp -a /usr/local/psa/admin/conf/panel.ini.sample /usr/local/psa/admin/conf/panel.ini

Ändern Sie die Werte folgendermaßen:

[facebook]
; Hide Like link
showLikeLink = off

[rating]
; Hide feedback dialog with question to rate product
enabled = off

[extensions]
autoBackup = off

[twitter]
showFollowLink = off


[promos]
enabled = off
extensions.featured = off
extensions.installed = off
extensions.catalog = off


[userActivityTracking]
enabled = off

Begrenzung der DNS-Abfragen von extern (Recursion) auf Localhost

plesk bin server_dns -u -recursion localhost

Setzen der locale auf dem System auf de_DE

/usr/local/psa/bin/server_pref --set-default -locale de-DE

Anpassungen am DNS-Template in Plesk für die Nutzung mit unseren Nameservern

HOST=$(hostname -f)

/usr/local/psa/bin/server_dns --set "NS,,ns2.hans.hosteurope.de;NS,,$HOST;A,,<ip>;A,webmail,<ip>;AAAA,webmail,<ipv6>;MX,,mail.<domain>.,10;A,mail,<ip>;CNAME,www,<domain>.;CNAME,ftp,<domain>.;PTR,<ip>,,24;PTR,<ipv6>,,64;TXT,,v=spf1 +a +mx include:secureserver.net -all;A,ipv4,<ip>;"


Wenn die Umstellung auf Premium DNS bereits erfolgt ist, nutzen Sie diesen Befehl:

/usr/local/psa/bin/server_dns --set "NS,,pdns02.domaincontrol.com;NS,,$HOST;A,,<ip>;A,webmail,<ip>;AAAA,webmail,<ipv6>;MX,,mail.<domain>.,10;A,mail,<ip>;CNAME,www,<domain>.;CNAME,ftp,<domain>.;PTR,<ip>,,24;PTR,<ipv6>,,64;TXT,,v=spf1 +a +mx include:secureserver.net -all;A,ipv4,<ip>;"


DNS-Notify einrichten:

/usr/local/psa/bin/server_dns -u -add-acl "80.237.128.0/24,208.109.132.0/24,50.63.22.0/24"
 

ACL (Access Control List) für die freizugebenden IPs definieren:

cat >> /var/named/run-root/etc/named-user-options.conf << EOF
notify yes;
also-notify { 97.74.112.1; 97.74.112.2; };
EOF

 


Here you can find some optional modifications to your freshly installed Virtual Server 10+ with Linux and Plesk

Which are the recommended modification?

  • Adjust minimum password requirements in Plesk
  • De-install not necessary Plesk add-ons
  • De-install social media links and Plesk advertisements in Plesk
  • Set locale on your system to de_DE (if applicable)
  • Modifications to Plesk DNS Template for use with our name servers

We are happy to make the adjustments for you for a flat fee of 25 EUR gross. Just send us a support request via KIS.

 

How can I do these modifications myself?

Adjust minimum password requirements in Plesk

/usr/local/psa/bin/server_pref -u -min_password_strength strong

De-install not necessary Plesk add-ons

for EXTENSION in revisium-antivirus xovi advisor social-login domain-connect; do /usr/local/psa/bin/extension --uninstall ${EXTENSION}; done

De-install social media links and Plesk advertisements in Plesk

We recommend the following settings in /usr/local/psa/admin/conf/panel.ini.
If  /usr/local/psa/admin/conf/panel.ini is not present please do the following:
cp -a /usr/local/psa/admin/conf/panel.ini.sample /usr/local/psa/admin/conf/panel.ini

Change the values like this:

[facebook]
; Hide Like link
showLikeLink = off

[rating]
; Hide feedback dialog with question to rate product
enabled = off

[extensions]
autoBackup = off

[twitter]
showFollowLink = off


[promos]
enabled = off
extensions.featured = off
extensions.installed = off
extensions.catalog = off


[userActivityTracking]
enabled = off

Allow DNS recursion from localhost only

plesk bin server_dns -u -recursion localhost

Set locale on your system to de_DE (if applicable)

/usr/local/psa/bin/server_pref --set-default -locale de-DE

Modifications to Plesk DNS Template for use with our name servers

HOST=$(hostname -f)

/usr/local/psa/bin/server_dns --set "NS,,ns2.hans.hosteurope.de;NS,,$HOST;A,,<ip>;A,webmail,<ip>;AAAA,webmail,<ipv6>;MX,,mail.<domain>.,10;A,mail,<ip>;CNAME,www,<domain>.;CNAME,ftp,<domain>.;PTR,<ip>,,24;PTR,<ipv6>,,64;TXT,,v=spf1 +a +mx include:secureserver.net -all;A,ipv4,<ip>;"


If you have already switched to Premium DNS, use this command:

/usr/local/psa/bin/server_dns --set "NS,,pdns02.domaincontrol.com;NS,,$HOST;A,,<ip>;A,webmail,<ip>;AAAA,webmail,<ipv6>;MX,,mail.<domain>.,10;A,mail,<ip>;CNAME,www,<domain>.;CNAME,ftp,<domain>.;PTR,<ip>,,24;PTR,<ipv6>,,64;TXT,,v=spf1 +a +mx include:secureserver.net -all;A,ipv4,<ip>;"
 

Define ACL (Access Control List) for the IPs to be released:

/usr/local/psa/bin/server_dns -u -add-acl "80.237.128.0/24,208.109.132.0/24,50.63.22.0/24"

Configure DNS notify:

cat >> /var/named/run-root/etc/named-user-options.conf << EOF
notify yes;
also-notify { 97.74.112.1; 97.74.112.2; };
EOF


otto.friedrich@hosteurope.de xanthippe.ypsilante@hosteurope.de hercules.ikarus@hosteurope.de