Access denied for command start

Hello, I have been following the official fivem guide to start a server using tx admin, the server started all is working great, but then I added the tutorial script ( Creating your first script in Lua - Cfx.re Docs ) and the server won’t let me start “mymode” I just get a message saying “Access denied for command start.” I have tried redoing everything from 0, but the issue still persists, what could be the problem ?

Does that message come up in the in-game chat? If so, you probably didnt configure yourself to have admin perms on whatever framework setup you’re running on your server.
Try starting the resource in the txAdmin panel.

The message does come up the in-game chat, but you see the thing is that I set up a Vanilla FXServer ( using this guide Setting up a Vanilla FXServer - Cfx.re Docs ). So I’m not even using txAdmin

Just tried doing what you told me to do with fxAdmin panel, but nothing changed in game :frowning: .
I get this error in the console, maybe it has something to do with my problem ?
The error :
Server list query returned an error: System.Threading.Tasks.TaskCanceledException: A task was canceled. ← System.TimeoutException: A task was canceled. ← System.Threading.Tasks.TaskCanceledException: The request was canceled due to the configured HttpClient.Timeout of 30 seconds elapsing.

Okay I have been playing around, and it let’s me use the txAdmin menu, but still doesn’t allow me to write any commands in the console

Use the “Resources” tab in txAdmin

You need to set yourself as admin with ace permissions in server.cfg

Did just that :confused:

Will try