Introducing Annual Subscription Plans for Our Indian Customers
3 years agoHello to our valued Indian customers!
We have an important update regarding our payment options that we would like to share with you.
Due to recent changes in recurring payments regulated by RBI India, our Indian customers can no longer pay their monthly recurring bills.
As much as we believe in providing flexibility and convenience through our monthly plans, to address the regulatory changes and maintain a seamless billing experience, we are delighted to introduce our new annual subscription plans. These plans allow you to subscribe and make a single payment for a year's worth of service, ensuring uninterrupted access to all the features and benefits or our service.
How to Transition to an Annual Subscription: Transitioning to an annual subscription is simple. At the end our your monthly billing period just cancel your monthly subscription, start a new annual one and make a single payment for the entire year. Once completed, you will have uninterrupted access to our services for the duration of your subscription.
Best regards,
the sshreach.me team
Enhanced Connectivity: Introducing Dropbear SSH Support
3 years agoHello, valued clients!
We have upgraded our service to now support Dropbear SSH clients, enabling enhanced connectivity, especially for small and embedded platforms.
Dropbear SSH is a lightweight and efficient open-source software designed for resource-constrained devices. With this enhancement, you can establish secure SSH connections to our service, optimizing performance and resource usage.
Key Benefits:
- Efficiency: Dropbear SSH clients are compact and have a low memory footprint, perfect for devices with limited resources.
- Fast Performance: Enjoy quick and responsive SSH connections, even on devices with limited processing power or bandwidth.
- Robust Security: Dropbear SSH employs strong encryption algorithms and secure protocols to ensure the safety of your data.
Getting Started: Update your client scripts to include Dropbear SSH support. Detailed instructions can be found in our documentation or in the comments section in our client script.
Sincerely,
the sshreach.me team
Introducing Dark Mode: A Sleek New Look for Our Website!
3 years agoHey there, valued clients! We've got exciting news to share: our website now features Dark Mode! With its stylish design and reduced eye strain, Dark Mode offers a more comfortable browsing experience. Simply toggle the switch in the lower right corner to enjoy a sleek new look that's easy on the eyes.

Try it out and let us know what you think!

IP Whitelisting for dedicated servers
6 years agoAs of today, our dedicated server users can add another layer of security when accessing their devices through our service. Our IP whitelisting - when enabled - will allow access to their devices only from the whitelisted IP addresses.
The details on enabling and configuring this feature can be found in the documentation.
New API calls for dedicated server users
6 years agoOur dedicated server users now have two additional API calls at their disposal. By using these calls, new clients can be created and downloaded automatically on the IoT device upon first boot.
For details, check our documentation page on Api Calls for dedicated server users.
New regional forwarding server - Mumbai
6 years agoUntil now, our subscribers in India and South Asia could only choose between our European forwarding servers in Germany and Asian forwarding servers in Singapore.
But, as of today, our subscribers in South Asia can use our new regional forwarding server based in Mumbai, which will significantly improve their ssh tunnel response time and transfer speeds.

Introducing team support
8 years agoIntroducing team support
As of today, sshreach.me allows you to share your clients with other members of your organization by adding additional team members to your subscription
You can add as many members to your team as you like and you can assign different roles to each member of your team.

You can choose whether team member can see all clients or just selected ones, whether they can add additional clients or erase existing ones or whether they can add or remove other team members.
For documentation you can check here or just click the "Team" item on your main menu (available to non-trial members only).
Introducing API calls
8 years agoAutomate your tasks with API calls
Good news everyone! As of today sshreach.me supports API calls. You can now open and close tunnels without visiting the website and clicking on/off button but by simply issuing an API call using your any scripting language. For instance, you can open a tunnel using bash script with the command like:
#!/bin/bash
result=$(curl 'https://sshreach.me/init/api/connect?dbid=Bad9alsdS920a11-Aqj2&host_uuid=20sldd20-20sz-aa20-aa02-aa0salskd82a&ports_id=1234&user_id=12345' | jq -r '.success')
or if you prefer python it would look something like:
api_endpoint = 'https://sshreach.me/init/api/{0}?dbid=Bad9alsdS920a11-Aqj2&host_uuid=20sldd20-20sz-aa20-aa02-aa0salskd82a&ports_id=1234&user_id=12345'
# open the tunnel
json_result = json.loads(urllib2.urlopen(api_endpoint.format('connect')).read())
This can help in automating your administrative tasks and in maintaining your servers. For detailed documentation check here.
Introducing Windows support
8 years agoWe are proud to announce that as of today we officially support running sshreach.me client scripts on Windows operating systems.
Although sshreach.me was first conceived as a primarily Linux and Mac oriented service, we have recognized the need to support Windows systems. So, if you are a web developer working on Windows and you want to show your work in progress to your prospective client on your computer, you can now do it with sshreach.me. You can also use sshreach.me to test your application's webhooks during development process. Or if you need to provide remote support to your client, you can install sshreach.me and VNC server on your client's PC and have on-demand encrypted VNC connection with them.
Unfortunately, Windows operating systems do not support ssh and python scripts out-of-the-box, so there are a few additional steps to take before you can open a tunnel from your Windows machine. If you would like to run sshreach.me client on Windows, we’ve created a detailed step-by-step manual here.
Introducing regional forwarding servers
8 years agoIf you are one of our users and your servers were not in Europe, we know that using sshreach.me has probably not always been a smooth experience. Reaching your computer through our forwarding server has sometimes been too slow and laggy. The reason for this was geographical distance between our forwarding servers and your computer, as all our servers were based in Europe.
As of today this is going to change because we're introducing support for regional forwarding servers. This means that for every new client you will get to choose a region.

Once you've chosen your region, your forwarding connection will always be open on it, resulting in much faster response time and a better user experience.