Uploading a custom server

Follow these steps to build and upload your custom server:

🛠️ Building Your Server

  1. 1.
    Use Unity or any Unity-packaged build tool to create a local server build.
  2. 2.
    Ensure the server's executable is named Server.x86_64.
  3. 3.
    Compress the entire game server folder into a .zip file and name it Server.zip.

☁️ Uploading Your Server

  1. 1.
    Visit the PlayFlow API docs at https://api.cloud.playflow.app/docs
  2. 2.
    Navigate to the upload_server_files endpoint.
  3. 3.
    Input your unique token.
  4. 4.
    Select the Server.zip file for your server.
  5. 5.
    Click the 'Execute' button to upload the server.
PlayFlow Upload Endpoint