PlayFlow Cloud Documentation
  • โ˜๏ธPlayFlow Cloud
  • Guides
    • ๐Ÿ’ปSetup Unity Modules
    • ๐ŸŽฎQuick Start - Creating your first server deployment
    • ๐ŸŒCreating deployments for WebGL
  • Fundamentals
    • ๐Ÿ–ฅ๏ธPlayFlow Cloud Unity Plugin
    • ๐Ÿ“˜Plan & Instance Types
    • โ˜๏ธPlayFlow Cloud API
      • ๐Ÿ“„API Docs
  • ๐ŸงŠUnity Guides
    • ๐ŸŸGetting Started with FishNet
  • ๐ŸงŠUnreal Engine
    • ๐ŸงŠPlayFlow Cloud Unreal Engine Plugin
  • โšกFast Server Deployments
    • โฌ†๏ธUpgrading your existing PlayFlow Plans
    • ๐Ÿ’ปGetting Started with Fast Deployments
    • ๐ŸŽฎDeploying a Game Server
    • ๐ŸŒConnecting to your Game Server
    • ๐Ÿ‘ฅMatchmaking
  • โ“How To
    • ๐Ÿ“ŠSetup performance monitoring for game servers
    • ๐Ÿ—’๏ธSetup centralized logging for game servers
    • ๐ŸฅณSetup logging with Axiom.co
    • โฌ†๏ธUploading a custom game server
Powered by GitBook
On this page
  1. Fast Server Deployments

Getting Started with Fast Deployments

Last updated 1 year ago

Before proceeding further, make sure you have upgraded your PlayFlow plan.

Getting Started with Fast Deployments ๐Ÿš€

Welcome to PlayFlow! We're glad you've chosen our platform to deploy and manage your multiplayer game servers. This documentation will guide you through the process of setting up your PlayFlow configuration to ensure a smooth and fast deployment.

Specifying Your PlayFlow Configuration ๐Ÿ”ง

To get started, you need to specify your PlayFlow configuration. You can do this by visiting our website and entering the required values for the following settings:

Main Port (mainport) ๐Ÿšช

This is the primary port on which your game server will run. Enter the port number as a number (e.g., 7777).

SSL (ssl) ๐Ÿ”’

Enable or disable SSL for your game server by setting this to true or false. By enabling SSL (setting it to true), the main port will be considered the WebSockets WebGL port, ensuring a secure connection for your players.

Additional Ports (additionalports) ๐ŸŒ

You can specify any additional ports your game server might require. Enter the port numbers as a comma-separated string (e.g., "7779,8000"). These additional ports can be used for communication between your game server and any additional services or tools you might be using.

Example Configuration ๐Ÿ“

Here's an example configuration for a game server using the main port "7777", SSL enabled, and additional ports "7779,8000":

{
  "mainport": "7777",
  "ssl": true,
  "additionalports": "7779,8000"
}

By specifying these values in your PlayFlow configuration, you ensure a smooth and fast deployment of your multiplayer game server. For more information on configuring and managing your PlayFlow game servers, please refer to our comprehensive documentation and support resources available on our website. ๐Ÿ’ป

โšก
๐Ÿ’ป
โฌ†Upgrading your existing PlayFlow Plans
โฌ†๏ธUpgrading your existing PlayFlow Plans