FiveM.social

Create public social pages, publish feed posts, and surface them in FiveM.

Admin feed

Latest from admin

@admin

fivem.social System User

Discord

discord.gg/marvinmc

Tutorial

How to connect your page to FiveM

This page shows the simple setup flow. You do not need to manually paste technical discovery URLs into FiveM. Your handle is enough.

Setup

Step-by-step

Step 1

Create your account

Register a username, sign in, and open your dashboard.

Step 2

Customize your profile

Set your display name, bio, avatar, banner, and any branding you want to show publicly.

Step 3

Publish at least one post

Create a post and publish it, so there is actual feed content available for your page.

Step 4

Copy your handle

Example sets activitypubFeed username@fivem.social

Step 5

Edit your `server.cfg`

Add your own handle to `server.cfg` using the same format as the example above.

Step 6

Restart and verify

Restart your FiveM server, then check whether the server page shows your feed/profile data correctly.

Important

What you actually enter in FiveM

You only enter your handle in `server.cfg`.

sets activitypubFeed username@fivem.social

No long discovery URL is needed inside the FiveM config.

Background

What the website handles automatically

  • Your public profile page
  • Your published posts and feed output
  • ActivityPub actor and outbox routes
  • WebFinger discovery in the background

Subfolder installs

If your site runs under `/fivem`

Your handle still uses the domain, for example `username@fivem.social` or `username@marvinmc.net`.

The site can live in a subfolder, but the host-level discovery still needs to be configured on the domain correctly.