Dedicated Game Server on Linux?

I am wanting to make an (authoritative) game server for a basic multiplayer game, that will run on a linux dedicated server. Is this possible?

It is not possible using Unity Networking.

It is possible if you roll your own server or using something like Smartfox which does run on Linux.

Or you can use sockets to connect to the Linux box