Page 1 of 1

Is there any way to see my server console

Posted: Sat Oct 10, 2015 2:18 pm
by MeatCircus
I love the cp except for the fact that I can't see my server console when it's running. I know with firedaemon I had the option to switch to session 0 and view the server consoles. I know I can basically see everything from the console with rcon but I'm running Rust servers which also display the server's fps, amount of entities, and couple other things that dont show up in rcon plus when I'm logged into the machine and updating oxide plugins it's nice to have the console right there to reload plugins and whatnot after making config changes

Re: Is there any way to see my server console

Posted: Sat Oct 10, 2015 2:25 pm
by soupcan
There is "Capture Program Output" in the admin Settings page. An alternative is you can try piping your program's output to a file, by adding this to the end of your launch options:

Code: Select all

>"Path\to\file.log"

Re: Is there any way to see my server console

Posted: Sat Oct 10, 2015 2:54 pm
by Masher
Try the local broker.

viewtopic.php?f=21&t=1043

Re: Is there any way to see my server console

Posted: Sat Oct 10, 2015 3:31 pm
by MeatCircus
DOH! TY Masher

Re: Is there any way to see my server console

Posted: Sat Oct 10, 2015 11:10 pm
by MeatCircus
I run 2 servers on the same machine..do I need to run 2 instances of the broker?

Re: Is there any way to see my server console

Posted: Sun Oct 11, 2015 12:00 am
by Masher
No. Try winbroker if a new window doesn't open when using the ugccbroker.

Re: Is there any way to see my server console

Posted: Fri May 12, 2017 6:35 pm
by clumsyzombie
So do you need to set this to start when you start the servers in the settings of each system becuse when i do the console it tells me.

On the server I manual started UgccBroker.exe and I can see it when I start the game but how do I make each one apper for each server?
Is this something I need to add to start in my template where would you put this at? If I edit the server.
I need to be able to run around 10 of them at one time


On the Home screen when you click the wrench I then click on view console I get black screen and then below.
Console file doesn't exist!

Re: Is there any way to see my server console

Posted: Fri May 12, 2017 6:48 pm
by Masher
The broker lets you see the the actual executable running on the desktop.

The console tool you basically point it to a log file and the console tool shows you the contents of the log file.

Re: Is there any way to see my server console

Posted: Fri May 12, 2017 8:11 pm
by clumsyzombie
Masher wrote: Fri May 12, 2017 6:48 pm The broker lets you see the the actual executable running on the desktop.

The console tool you basically point it to a log file and the console tool shows you the contents of the log file.
I see now. awesome. I got it working wow. That is awesome.
Image