PlayFab Integration Kit Documentation
YoutubeDiscord
  • 👋Welcome to PFIK's Documentation
  • Basics
    • 🛠️Getting set up
    • 🔓Authentication
      • Steam
      • Anonymous
      • Username/Password
      • Email/Password
    • 🫂Matchmaking
      • Listen Servers
      • Dedicated Servers
  • About Betide Studio
    • 🤝Hire Us
    • 🖥️Open-Source Projects
Powered by GitBook
On this page
  1. Basics
  2. 🫂Matchmaking

Dedicated Servers

PreviousListen ServersNextHire Us

Last updated 2 years ago

CtrlK
  • Version 5.1
  • Version 5.0
  • WE SUGGEST TO FOLLOW THE VIDEO TUTORIAL TO SETUP THE PROJECT

Be ready for some hard work as setting up dedicated server's with any service is a bit difficult or better to say time taking.

Before starting, make sure that you have unreal engine source version setup.

Now add a C++ class(empty) to your project(if you are not having any c++ class)

Add the following plugin to your project.

Version 5.1

13MB
PlayFabGSDK51 (1).zip
archive

Version 5.0

12MB
PlayFabGSDK.zip
archive

Next step is to the game instance and setup the graph like this

Now, pack the dedicated servers and upload on Playfab.

WE SUGGEST TO FOLLOW THE VIDEO TUTORIAL TO SETUP THE PROJECT

This step is compulsory!