Creating a room

I want to create a room and a perfectly working room.I tried creating room and it was created but no one was able to join and it disappears when I close citra.Can anyone help me creating a room?

You need to port forward citra’s UDP port, default is 24872.

You have to create a room either though citra ui or using the citra-room.exe by passing its requires parameters, e.g:

citra-room.exe --room-name "your room name" --room-description "your room description" --port 24872 --max_members 16 --preferred-game "Your game" --username "your username" --token "your token" --web-api-url https://api.citra-emu.org
1 Like

where can I find citra-room.exe

ok thanks I got it.thank you for your help.

what do u mean by passing its permeters and when i open citra room it closes as soon as it opens

To run it from a terminal/command prompt.

1 Like

still not working it closes as soon as i open

i made a notepad cmd file and then used but it shows game is hosting but not showing in public library

Use this:

citra-room.exe --room-name "your room name" --room-description "your room description" --port 24872 --max_members 16 --preferred-game-id "Game ID" --preferred-game "Your game name" --username "your username" --token "your token" --web-api-url https://api.citra-emu.org

On --preferred-game-id put your game Title ID, e.g:
New Super Mario Bros. 2 USA:

--preferred-game-id "000400000007AE00"

showing that room is hosting but not showing room in public lobby!

Did you port forward (UDP) the port being used (24872) on your router/modem?
are you sure your token/user is correct? does it work on citra-qt?