Source Admin Tool

Source Admin Tool

Vertigo

⍥????
Staff member
Administrator
Vertigo submitted a new resource:

Source Admin Tool - A software to monitor servers.

Source Admin Tool is a great software to monitor your server or other servers in real time.

Features :
  • RCON Support
  • Dark Theme/Light Theme Support
  • Logs Support
  • Chat Support
  • Server Details Support
Requirements :
  • Microsoft Visual C++ Redistributable For Visual Studio 2015
    • ...
Read more about this resource...
 
Last edited:

Vertigo

⍥????
Staff member
Administrator

Vertigo

⍥????
Staff member
Administrator
Make sure rcon password is correct.
When you click on login button, it should show Welcome User message.
Then only chat will work.

898

Also make sure TCP Incoming/Outgoing on your server port is allowed.
 

Vertigo

⍥????
Staff member
Administrator
Use google.
Open TCP Port 27015 in your VPS firewall settings.
Using iptables, you can also do.
Bash:
iptables -A INPUT -p tcp --dport 27015 -j ACCEPT
iptables -A OUTPUT -p tcp --sport 27015 -j ACCEPT
 
Top
AdBlock Detected

We get it, advertisements are annoying!

Sure, ad-blocking software does a great job at blocking ads, but it also blocks useful features of our website. For the best site experience please disable your AdBlocker.

I've Disabled AdBlock