Documentation

Knowledgebase

Technical articles and step-by-step guides compiled by NDS Hosting systems engineers.

Setup Guides

1. How to point your domain to NDS Hosting

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)

2. Configuring Free SSL on Stander / Pro / Business Plans

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".

3. Database upload limits & memory adjustments

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