this post was submitted on 21 Aug 2025
27 points (96.6% liked)
Fediverse
36271 readers
326 users here now
A community to talk about the Fediverse and all it's related services using ActivityPub (Mastodon, Lemmy, KBin, etc).
If you wanted to get help with moderating your own community then head over to !moderators@lemmy.world!
Rules
- Posts must be on topic.
- Be respectful of others.
- Cite the sources used for graphs and other statistics.
- Follow the general Lemmy.world rules.
Learn more at these websites: Join The Fediverse Wiki, Fediverse.info, Wikipedia Page, The Federation Info (Stats), FediDB (Stats), Sub Rehab (Reddit Migration)
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
https://lemmy-federate.com/
Thanks, this looks interesting.
I tried adding my instance under "Manage Instances" but got this error:
Request timed out: GET https://{INTERNAL_IP}/nodeinfo/2.1
I'm not sure what this means. Could anyone help provide an explanation?
Sorry but I'm not sure. Every time I've used that tool the setup has gone flawlessly. The first time you use it you put in your instance URL and it should output something for you to add to your DNS records. If you just made the DNS changes it can take a few minutes to several hours for those changes to be pushed out.
Thank you. I think I figured it out.
In my lemmy.hjson file, I accidentally put the internal IP address of my server instead of the domain name. This was a carry-over from testing on my main machine by using an IP address and port forwarding because I didn't have a domain name to use.
I changed the
hostname
setting in lemmy.hjson to my domain name, and now it seems to be working. Sort of.Now I have a different error, "Your instance is not guaranteed in Fediseer. Please check fediseer.com", but this one seems less of a technical issue. I will have to learn what this is about and hopefully I can get it to work :)
You'll have to claim your instance on fediseer and have another instance endorse yours. It's a system of trust to help keep bad actors from having too much influence over the platform and causing others grief.
Thanks yet again.
I tried claiming my instance, but now I'm getting the error:
API Key PM failed
Slowly and steadily, this problem will be solved!
IIRC the way it works is by PMing you the API key to get started and you're failing at that point. Are you sure your instance is federating? I don't know anything about how fediseer works on the backend but if it's not able to send you a PM that suggests you might not be federating at all or maybe you're running a whitelist or something? I'd start investigating if your instance is reachable from other instances and if you're able to send yourself a PM from another instance.
You're probably right.
I'm trying to look up a user on my instance from another insance with theirinstance.com/u/myuser@myinstance.com and it's not working.
I'm not sure what could be causing this, it could be something simple like the previous issue I had earlier with the domain name. I'm going to go through my settings and try to figure this one out, but I'm still kind of new to all of this so it may take some time.
Good luck mate. It's a little intimidating at first but it usually boils down to something simple. A slight misconfiguration or minor syntax error can cause pretty significant issues. You might have a look at your logs or try running in debug mode to see if anything jumps out at you.
EDIT: Do you have federation enabled in the admin panel? Also probably worth making sure you DON'T have private instance checked.
This is the answer, I hope it's common knowledge by now.