hello i have recently come back to fivem after taking a break from it but when i went to create a new server it forces me to use tx admin is there a way that i can run a server the old way but keep it up to date , thankyou
im not sure if this will answer your question but, if you go here Setting up a server then scroll down to Traditional installation steps, i dont think it uses txadmin.
thanks alot ill try it later when i have some time
tried it and its working thanks a lot man
no worries
@harvey hey, to reiterate what @RilloX said,
the traditional installation steps should work, but to explain why…
TXAdmin will only run if you don’t supply a server.cfg file to the run command in the terminal. For example if you run (taking Linux as an example here)
bash server/run.sh
This will run your server with TXAdmin. As you haven’t given it a server.cfg to work from, it will load your admin panel and ask you there. If you want to run the server without TXAdmin you will need to do something like:
bash server/run.sh +exec <path_to_server_cfg>
This assumes you want to run the server without the web panel and just from the terminal, as you have provided it with a server config to work from. Of course you will need to adjust your run command depending on the OS and location of your files, but the installation steps in the CFX tutorial should help with this.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.