Need some help with getting console commands to work

Either I’m doing these wrong or they’re not working correctly I’m currently using the sources from; Command-Line Arguments in Unreal Engine | Unreal Engine 5.1 Documentation

I’ve attempted to use the commands there and so far the only working ones that I can get working are listen/connect/reconnect ones. I haven’t been able to actually get any of the rendering/user ones to successfully work do they have parameters that are required like the listen/connect commands do?

That list is command line arguments for launching the executable and not a list of supported console commands. There’s not a 1 to 1 correlation between command line args and console commands.