๐Ÿ’ปGetting Started with Fast Deployments

Before proceeding further, make sure you have upgraded your PlayFlow plan. โฌ†Upgrading your existing PlayFlow Plans

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. ๐Ÿ’ป

Last updated