• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Question Setting up a node server

ChristianTF

New Pleskian
I have my files on there. I have the end point but when using Postman just to check the end points all I get is an html document saying
```
<BODY>
<H1>Not Found</H1>
The requested document was not found on this server.
<P>
<HR>
<ADDRESS>
Web Server at api.example.com
</ADDRESS>
</BODY>
```
I have a the entry file configured with apache/nginx config, I followed the advise [here](Webmail/domain is unavailable: Server not found).

when using the command
`$ nslookup <IP_ADDRESS>`
> I get the error: ** server can't find <NUMBERS>.in-addr.arpa: NXDOMAIN

the docs give a solution for one of the problems but not the other (which is the error I am having)
when typing in `$ nslookup example.com` I get all the information but then when typing in the one above I get the error. The docs say that if I don't get information on the first one but get information on the second one then DNS isn't set up. However no help is offered for my issue. Anyone know what I would need to do?

I've been searching throughout here and StackOverflow but nothing seems to help
 
Back
Top