Introducing our new CEO Don Johnson - Read More

southrivertech/titanmft

By southrivertech

Updated about 1 month ago

Secure, scalable, cross platform Managed File Transfer Server (MFT)

Image
Security
Web Servers
Developer Tools
0

248

Titan MFT Server logo - Go Anywhere, Run Anywhere Titan MFT Server

Secure Managed File Transfer (MFT) Server

This containerized version of Titan MFT is fully configured with a default server. It is completely hardened and ready for use.

  • Pre-configured out of the box with a defaul Managed File Transfer server optimized with FTP/S, SFTP, DAV/S and secure WebUI over HTTP/S
  • The server is pre-hardened to enable only the most secure ciphers and key-exhange algorithms
  • A secure web-based admin interface is available over https on port(s) 31443 and 41443; non-secure admin access is not permitted
  • Protection against DoS attacks and Password Guessing
  • IP Whitelisting and Blacklisting
  • Simple web-based admin dashboard for Titan MFT administration

Usage

Starting a TItan MFT Server instance is simple:

docker run  -d "southrivertech/titanmft:latest" -name myserver -host myhost -p 31443:31443
  • -d is the name of the image
  • -name will be the container name as it runs in docker
  • -host will be the host name.
  • -p is the public:private port mapping to open through the firewall
Web-Based Admin Console

The admin console is web-based. It includes a self-signed certificate for 'localhost' which will allow you to connect, but you will receive a browser warning due to the host-name mismatch. This is normal. You'll want to replace the self-signed certificate with your own certificate eventually.

https://myhost:31443/

About Us

SRT has been developing secure server solutions since the turn of the century; that's quite a long time. Our Titan platform has been installed on millions of servers in over 170 countries over the last 20 years. Our Titan MFT and Titan DMZ Server solutions have been built from the same vetted platform. Iinitially 32-bit windows with C++, our development team has been working diligently for the last few years to re-write the entire code base, over 2,000,000 lines of code, using the latest .Net Core technologies. The goal is to produce the most secure, cross platform compliant, server available. We would love to hear how we are doing.

Comments Welcome

This is our first iteration of releasing a pre-configured container image and we would love to hear how we can be better. Please contact us if you have any comments or questions.

Thank you.

Docker Pull Command

docker pull southrivertech/titanmft