Author Topic: Tnet 3.0 Server on Linux  (Read 2929 times)

Elmo loves cookies

  • Jr. Member
  • **
  • Thank You
  • -Given: 60
  • -Receive: 1
  • Posts: 62
    • View Profile
Tnet 3.0 Server on Linux
« on: June 02, 2016, 04:43:03 PM »
For using Linux, you need this 2 programs: putty(like a terminal for manipulations with your VPS), WinSCP(like a totalCommander for downloading/uploading files in your vps).

1: install Mono by this: http://www.mono-project.com/docs/getting-started/install/linux/#debian-ubuntu-and-derivatives
2: You need rebuild "TNServer.sln" for Framework 4.6



3: on vps instal screen, command: sudo apt-get install screen
4: run server: screen -dmS TNet mono /root/TNServer/TNServer.exe

Thats all!!!
« Last Edit: February 01, 2022, 08:32:55 AM by Elmo loves cookies »

damiendelmarle

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 1
    • View Profile
Re: Tnet 3.0 Server on Linux
« Reply #1 on: August 06, 2016, 11:56:03 PM »
Im on mac and dont have visual studio, is it possible to get the server compile like in here?

im really stuck without windows environment :(

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: Tnet 3.0 Server on Linux
« Reply #2 on: August 08, 2016, 06:15:14 PM »
My Visual Studio is an older version, the highest target I have is framework 4. Perhaps someone else can compile it for you targeting 4.6. Although you can probably also just install the specific .NET framework. TNServer is compiled targeting 3.5 by default.