southrivertech/titanmft
Secure, scalable, cross platform Managed File Transfer Server (MFT)
248
This containerized version of Titan MFT is fully configured with a default server. It is completely hardened and ready for use.
Starting a TItan MFT Server instance is simple:
docker run -d "southrivertech/titanmft:latest" -name myserver -host myhost -p 31443:31443
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/
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.
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 southrivertech/titanmft