Hello. I would like to host a trtr server on linux. My question is, where can I find the trtr docker file, or if I can't download it from somewhere, how can I create it?
Use Wine, it is a Windows emulator. Then run the server using wine .exe If you want to keep it running even when you disconnect, you can either dock it, or install something called screen, then do screen wine .exe If you wanted, you could also do something where you create a named screen. screen -S my_rtr You will be placed in the screen, then type wine .exe Then to exit from the screen, do Control A, then Control Shift D. Hope I'm helping.