Sql-server – SQL Server is unable to connect to server , requires the actual server name

merge-replicationreplicationsql server 2014

I buy a cloud vps on vsp.ag , which is ubuntu os and I install sql server
using this .
I can remotely connect from my local PC using IP address of VPS . But I can't configure the distribution.

It said

SQL Server replication requires the actual server name to make a connection to the server. Specify the actual server name, 

'v3149'. (Replication.Utilities)

What I want to do is synchronization my local database and the database on vps using merge replication .
How can I fix it ?

Best Answer

According to Release notes for SQL Server vNext on Linux, under the section Unsupported features and services, Replication is not currently supported.