Technical articles and step-by-step guides compiled by NDS Hosting systems engineers.
If you registered your domain externally, login to your registrar console (e.g. GoDaddy, Namecheap) and replace the default DNS configuration with the following Lucknow Core Nameservers:
ns1.ndshosting.com (IP: 103.88.221.4)
ns2.ndshosting.com (IP: 103.88.221.5)
We automatically issue Let's Encrypt SSL certificates for all domains connected to our server nodes. If your certificate is not active, verify that your DNS nameservers have propagated, navigate to cPanel/DirectAdmin, click "SSL/TLS Status", and hit "Run AutoSSL".
To support database imports on Stander or Pro plans, we allow adjusting PHP upload parameters up to 256MB. Create a local .user.ini or php.ini file inside your root directory and add:
upload_max_filesize = 256M
post_max_size = 256M
memory_limit = 512M