Page 1 of 1

Domain List

Posted: Tue 14. Dec 2021, 15:04
by Nikitaidis
Hi, where I can see total domains list in panel from sftp ?

Re: Domain List  [SOLVED]

Posted: Tue 14. Dec 2021, 15:12
by Alexander
Hello,

If SFTP is a requirement:
- You can acquire a list of all main domains via having a look into "/etc/bind/keyhelp_domains/", every file(-name) represents a main domain. A file does not exist, if DNS was disabled for a particular domain.
- Alternatively you can have a look into "/etc/apache2/keyhelp/vhosts/", here you will find all domains and subdomains categorized by the KeyHelp user they belong to.


Alternatively i would always recommend using the API (https://app.swaggerhub.com/apis-docs/ke ... et_domains) and receive the list of domains from there.