How to link lib.so on linux dedicated server

If there is a way to link so dynamic library on linux dedicated server ?

Yes. You would need to create a module in Source/ThirdParty and specify how to find headers (and the .so) of your library in its Build.cs. You can take a look at MCPP for example.

Thanks. It works!