Skip to main content
Skip table of contents

Quick start

AWS Marketplace instances

The following example adds two target SMPP servers (smsc1.smpp.org and smsc2.smpp.org) to where each customer’s SMS traffic will be load balanced.

  1. SSH to your SLBP instance (or use AWS EC2 Instance Connect from your browser) as user ec2-user.

  2. Add first target SMPP server:

CODE
./ec2MLSMPPLoadBalancer targetAdd smsc1 smsc1.smpp.org
  1. Add second target SMPP server:

CODE
./ec2MLSMPPLoadBalancer targetAdd smsc2 smsc2.smpp.org
  1. Restart the SLBP

CODE
sudo systemctl restart mlslbp

Your customers can now connect using SMPP to port 2775 on your SLBP instance. In this example, each message your customers submit will be load-balanced to smsc1.smpp.org and smsc2.smpp.org. The SMPP connections from the SLBP to each target SMSC will use the SMPP credentials provided by your customer when they bound to the SLBP.

Use the Melrose Labs SMPP Client at https://melroselabs.com/tools/smppclientproxy/ to test.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.