[Guide] [Debian] T6 Server on Linux VPS/Dedicated Server
-
This post is deleted!
-
This post is deleted!
-
Worked first try, easy to follow. thanks
-
you can host the server using ubuntu but the bad thing about using wine consumes a lot of cpu resources and that makes the server hitch lag is there a method that does not consume so much?
-
I created a server and the problem is that I can't launch I have an error on my vps that's it
2022-03-29_18:29:41 WARNING: server test server closed or dropped... server restarting.
wine: failed to open ".\bin\plutonium-bootstrapper-win32.exe": c0000135 -
if you like, can you help me with that, friend, are you using ubuntu 20?
-
debian 10
-
Kratos_26000 I use Linux Ubuntu 20 if you want I can help you, it runs without any problem, the problem is the use of the cpu when using wine
-
VZLAxSmoke Are you having cpu usage problem with wine? Here the usage is pretty high too. Just turning on the container already takes up 50% of a cpu core.
This on strong processors like Ryzen 7 5800X.
I think the way here will be to run on windows..
I wanted to avoid having to pay the license fee, but there's no way around it hehe
-
Right, so I've gotten everything working, ports are forwarded in ufw, server is sending heartbeat and its succeeding but when i go into the game and try to launch it doesn't work. I'm using Contabo and have contacted them and they have told me that they do not block any ports.
-
@Apex_1 it is not necessary to do that part of enabling ports in linux and I recommend you better use window 2019 server
-
but you can use windows free or that your provider can put your own iso or you buy a license for 6 $ I can pass you a page where they sell cheap licenses
my discord
VZLAxSmoke#8458 -
VZLAxSmoke I understood. Thanks.
Did you manage to solve the CPU problem?
-
no friend and you always when executing the server is already consuming 40 to 50% when it is full add more %
-
This post is deleted!
-
VZLAxSmoke I still haven't been able to solve it. But I did one thing that relieved the CPU which was to limit the amount of cores a container can use. Consumption has been greatly reduced.
-
that's good my bro I'm a bit nob in linux but if it's with a series of commands you'll be great
-
VZLAxSmoke I'm using pterodactyl, so just define that you will use 1 or two cores and you can configure if you will use 50~100$ of this core when creating the server.
But, you can see in docker how to constrain the container.
https://docs.docker.com/config/containers/resource_constraints/
-
the truth is I don't use that panel I could never understand how to use another panel to run the game
-
For those who try to use Ubuntu 20.04 / Ubuntu 20.04.1 LTS Here are the WINE Setup for you!
# Allow i386 Architecture dpkg --add-architecture i386 && \ apt-get update && \ apt-get install wget gnupg2 software-properties-common -y apt install -y apt-transport-https # We will now setup the winehq key and repository wget -nc https://dl.winehq.org/wine-builds/winehq.key apt-key add winehq.key && \ apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ focal main' # Setup key and repository for dependency of wine wget -nc https://download.opensuse.org/repositories/Emulators:/Wine:/Debian/xUbuntu_20.04/Release.key apt-key add Release.key && \ apt-add-repository 'deb https://download.opensuse.org/repositories/Emulators:/Wine:/Debian/xUbuntu_20.04 ./' # Update repository apt-get update ## Now we will install wine apt-get install -y --install-recommends winehq-stable # Remove key files rm winehq.key Release.key
Also remeber to use a BareMetal / Dedicated server. VPS Server are not good and may decrease some performance and stability issues!