Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
The APS Catalog has been deprecated and removed from all Plesk Obsidian versions. Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.
You need to talk to your domain registrar on setting default nameservers for new domains. Nameservers are entered into the domain dataset. That is different from editing the content of nameserver records. In Plesk you can edit content of nameserver records, and these contents wills be used if your Plesk server is the entered as the nameserver at your registrar's domain nameserver records of the domain. But what your registrar sets up as nameservers when you book a new domain there is up to your registrar, not Plesk.
To make a default DNS for all domains, you can create a template zone file that includes the DNS records you want to use for each domain. Then, you can use a scripting language or a DNS management tool to automatically generate the zone files for each new domain.
$TTL 86400
@ IN SOA ns1.metrogaming.net. root.metrogaming.net. (
2022041001 ; Serial
3600 ; Refresh
1800 ; Retry
604800 ; Expire
86400 ; Minimum TTL
)
NS ns1.metrogaming.net.
NS ns2.metrogaming.net.
prime A 192.0.2.1
; Add additional DNS records for your specific domains here