๐ปGetting Started with Fast Deployments
Last updated
Last updated
Before proceeding further, make sure you have upgraded your PlayFlow plan. โฌUpgrading your existing PlayFlow Plans
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.
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.
Here's an example configuration for a game server using the main port "7777", SSL enabled, and additional ports "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. ๐ป