Software SSTP client to Mikrotic SSTP-server

I can’t set up the client on Android/MacOS is used to connect to the standard profile of the SSTP-server on the Mikrotik by password.
Is it possible? Which settings should I check? The other Mikrotic connects as a client without problems.

Microsoft created the SSTP VPN system so Windows is the only system (that I know of) that has the SSTP client built in (although it’s true that MikroTik have implemented the server and client in RoS). For Android, Mac and iOS/iPadOS you need to install a software client to provide the necessary features to connect to an SSTP VPN server.


Backups are your friend. Always make a backup!

/system backup save encryption=aes-sha256 name=MyBackup

Please, export and attach your current config to your post if you want help with a config issue:
/export hide-sensitive file=MyConfig/export file=MyConfig

For Android, Mac I installed a software client, but connecting to the SSTP VPN server does not work. What settings should I check? Mikrotik uses a standard profile.

I don’t use SSTP on anything other than Windows and Linux so I don’t know exactly what options you have on Android or Apple devices. If you can provide screenshots I might be able to provide advice. Also, please attach a copy of your config so that we know just how you’ve got your MikroTik SSTP VPN configured (see me signature below).

The minimum information you need to enter is:

  1. VPN FQND or IP
  2. Username
  3. Password

If you are using a self-signed SSL certificate or the IP address rather than the FQDN for the VPN you might run in to issues with the certificate being accepted by the client. If you are not using the default port for SSTP (default is 443) then you will also need to specify the port in your configuration (on Windows you can do this by putting the the server address as FQDN:port).


Backups are your friend. Always make a backup!

/system backup save encryption=aes-sha256 name=MyBackup

Please, export and attach your current config to your post if you want help with a config issue:
/export hide-sensitive file=MyConfig/export file=MyConfig