Custom Name Servers

Locked
care4servers
Posts: 1
Joined: Thu 18. Jun 2020, 15:31

Custom Name Servers

Post by care4servers »

Hello Guys,

I have installed the KeyHelp Panel on one of my KVM VPS and it is working fine, but I could not find the name servers section to set from the dashboard or configuration, I would like to set the custom name servers, could you guys please guide me?

Thank you.
User avatar
Jolinar
Community Moderator
Posts: 3595
Joined: Sat 30. Jan 2016, 07:11
Location: Weimar (Thüringen)
Contact:

Re: Custom Name Servers

Post by Jolinar »

Take a look in the admin area, there you will find the DNS Zone Editor in the DOMAINS section.
dns.png
dns.png (35.9 KiB) Viewed 1776 times
Wenn jemand inkompetent ist, dann kann er nicht wissen, daß er inkompetent ist. (David Dunning)

Data Collector für Community Support
___
Ich verwende zwei verschiedene Schriftfarben in meinen Beiträgen /
I use two different font colors in my posts:
  • In dieser Farbe schreibe ich als Moderator und gebe moderative Hinweise oder begründe moderative Eingriffe /
    In this color, I write as a moderator and provide moderative guidance or justify moderative interventions
  • In dieser Farbe schreibe ich als Community Mitglied und teile meine private Meinung und persönlichen Ansichten mit /
    In this color, I write as a community member and share my personal opinions and views
User avatar
Alexander
Keyweb AG
Posts: 3842
Joined: Wed 20. Jan 2016, 02:23

Re: Custom Name Servers

Post by Alexander »

If you want to generally update your nameservers for all existing and upcoming domains on your server.

1) Login to the database
2) Open `keyhelp` database
3) Go to `settings` table
4) Find the setting with `category` = "dns" and `name` = "nameserver"
5) Modify the value according to your nameservers (comma separated!)

6) Call the following command to trigger a config rewrite

Code: Select all

 php /home/keyhelp/www/keyhelp/bin/rewrite_user_configs.php
7) The bind config of KeyHelp has to be updated manually:

Code: Select all

/etc/bind/keyhelp_domain.conf
Mit freundlichen Grüßen / Best regards
Alexander Mahr

**************************************************************
Keyweb AG - Die Hosting Marke
Neuwerkstr. 45/46, 99084 Erfurt / Germany
http://www.keyweb.de - http://www.keyhelp.de
**************************************************************
Locked