Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Ensure you have a Windows Desktop or Server available to install the client app. It is recommend that Cloud Bridge be installed on a server or workstation that is “always on” and remains permanently in the physical location of installation.

  2. Ensure .Net 5 is installed. We recommend the .Net 5.x Desktop Runtime package, found here.

Info

*Please note, the below section is outdated, and should not be used without express permission from the cloud team. To install the Cloudbridge Client, please reach out to the cloud team to schedule a time were they can connect and install for you

Installation Instructions

...

Note

Note: .Net 6.x is not backwards compatible with .Net 5.x, and can not be substituted.

  1. Download the installation media on the computer you are deploying to and ensure the .Net 5.x prerequisite is installed before proceeding.

  2. Extract the installation media to a local folder and run the msi file in the CloudBridgeClient.Installer folder.

  3. Click next through the installation prompts to deploy the software. When finished, you will find the Cloud Bridge application files in “C:\Program Files\Square 9 Softworks\CloudBridge”.

...

  • The configured URL will display to the right of the black Server icon, to the right of the Square 9 logo. If the URL is empty or incorrect, click the server icon to display the configuration panel and update it.

  • If the service is running, the Running status is indicated in the upper right of the interface, along with a green check. If the connection is broken, the service is configured to stop and restart itself to reestablish the connection. If the service is not running for any reason, it will be noted as stopped in this area.

  • If the Cloud Bridge client has been able to successfully broker a connection to your Square 9 Cloud environment, you will notice a security token displayed below the URL, to the right of the black server icon.

  • Click the blue Plus fab icon in the bottom right corner to configure a connection.

  • Provide all details for your service connection:

    • Service Name is just used for display purposes. It’s an indicator for those configuring the client what a specific service is intended to be used for.

    • Address is used to specify the network address of the service that will be exposed through Cloud Bridge. In most cases, Cloud Bridge will be installed on the same server as the service in question. In this example, we will be specifying a connection to a local SQL Server instance, so the default local address of 127.0.0.1 is acceptable.

    • If you wish to specify your own port, leave the Port selection on Custom, and provide the port number in the text box below. Alternately, Cloud Bridge is bundle with common ports / applications. You can select an application from the Port drop down list and the port number will be provided for you.

    • Clicking save will provision the connection details. Your local service will now be available to Square 9’s cloud

      Image RemovedImage Added

    • Local service: CloudBridge Service

...

  1. Open SQL Server Configuration Manager

  2. Navigate to SQL Server Network Configuration > Protocols for YourInstanceName

  3. If TCP/IP is not enabled, right click it and select Enable.

  4. Right click TCP/IP and select Properties

  5. Select IP Addresses

  6. Locate the IP address you are binding to, and set “Enabled” to “Yes”.

  7. Click OK

    Image RemovedImage Added
  8. Restart the SQL Server Instance

...