I am attempting to access my ISPConfig control panel but getting a server not responding error. According to IntoDNS, my nameserver records are empty. I am logged into my server as root. Is there a way I can add these records through the terminal if I can't login into my control panel?
You can always login to the controlpanel by using the ip address of your server. example: https://192.168.1.100:8080
Hi till, thanks for responding. Unfortunately I tried logging in that way as well but I'm getting the same error.
Then your problem is not dns related. try to restart apache or nginx (depends on what you have installed).
I get this message when I do a DNS check: WARNING: One or more of your nameservers did not return any of your NS records
Your DNS problem is not related to the problem that you are not able to access ISPConfig. As described above, the ISPConfig login is available by IP as well even when no DNS is setup at all. The next step is to check why your apache server does not start by taking a look into the apache log file. In case you removed parts of the ISPConfig apache files, you can try to run and ISPConfig update with 'reconfigure services = yes' to restore them.
Thanks till. When I update ISPConfig it says no updates are available so it doesn't allow me to select reconfigure services=yes. Is there another way to choose this option?
The last error that shows before server shutdown was the following: [mpm_prefork:notice] [pid 1948] AH00169: Caught SIGTERM, shutting down
cd /tmp wget http://www.ispconfig.org/downloads/ISPConfig-3.1.9.tar.gz tar xvfz ISPConfig-3.1.9.tar.gz cd ispconfig3_install/install php -q update.php
I completed these steps and then tried the control panel again but it's still not working. One of the options was to create a new SSL certificate and I chose no. Should I have chosen yes for this option?