So I’m new and learning so please forgive me. I have setup an IRCD using unreal and the server is running with no errors. But I can’t find the IP I would use to connect to my server. I tried the ones tied to my droplets IP … but that’s not working. I assume I’m missing a step. I wonder if it has something todo with DNS?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hi @216bb0b10b04429580d0ba38d0af7c,
Yes, the Droplet IP would be the one you need. To connect to your Droplet, you can use SSH:
Additionally, you can use the Droplet Console. The Droplet Console is a browser-based way to connect to Droplets. Instead of using ssh in a local terminal, you can use the Droplet Console in your preferred web browser.
More about that here :
https://docs.digitalocean.com/products/droplets/how-to/connect-with-console/
Now, if your Domain doesn’t open your IRCD, then it’s a DNS issue, yes. You need to update your A record to point to your Droplet’s IP address.