Search found 28 matches

by lowheartrate
Fri Aug 07, 2015 6:03 pm
Forum: Murmur/TS3
Topic: Can't connect to my TS3 Server with IP?
Replies: 17
Views: 13168

Re: Can't connect to my TS3 Server with IP?

First you're going to want to kill the TS3 service; # kill 12641 When you're starting up the server, you want to switch to the correct account beforehand; # su ts3srv Then go ahead and run the TS3 server; # /home/ts3srv/teamspeak3-server_linux-amd64/ts3server_startscript.sh start I did the followin...
by lowheartrate
Fri Aug 07, 2015 5:52 pm
Forum: Murmur/TS3
Topic: Can't connect to my TS3 Server with IP?
Replies: 17
Views: 13168

Re: Can't connect to my TS3 Server with IP?

Markie wrote:I'm seeing that your TS3 server is running on root? The guide uses user "ts3srv", did you intend for it to run on root?
No I did not :( Do you know how to fix this so I run it on the ts3srv user?
by lowheartrate
Fri Aug 07, 2015 5:41 pm
Forum: Murmur/TS3
Topic: Can't connect to my TS3 Server with IP?
Replies: 17
Views: 13168

Re: Can't connect to my TS3 Server with IP?

Also, I'm not receiving a response via telnet connection towards the IP/port, can you confirm that the TS3 process is currently running? You can check by running the following command; # ps -aux I reloading the firewall and here is a pastebin of what was echo'd when I used that cmd: http://pastebin...
by lowheartrate
Fri Aug 07, 2015 5:14 pm
Forum: Murmur/TS3
Topic: Can't connect to my TS3 Server with IP?
Replies: 17
Views: 13168

Re: Can't connect to my TS3 Server with IP?

I know you're using Centos 7.1 (as stated in previous posts) have you tried forwarding the following ports required by TS3 via firewalld? VoiceServer - 9987 (UDP) ServerQuery - 10011 (TCP) FileTransfer - 30033 (TCP) # firewall-cmd --zone=public --add-forward-port=port=9987:proto=UDP:toport=9987 # f...
by lowheartrate
Fri Aug 07, 2015 4:57 pm
Forum: Murmur/TS3
Topic: Can't connect to my TS3 Server with IP?
Replies: 17
Views: 13168

Re: Can't connect to my TS3 Server with IP?

I know you're using Centos 7.1 (as stated in previous posts) have you tried forwarding the following ports required by TS3 via firewalld? VoiceServer - 9987 (UDP) ServerQuery - 10011 (TCP) FileTransfer - 30033 (TCP) # firewall-cmd --zone=public --add-forward-port=port=9987:proto=UDP:toport=9987 # f...
by lowheartrate
Fri Aug 07, 2015 4:32 pm
Forum: Murmur/TS3
Topic: Can't connect to my TS3 Server with IP?
Replies: 17
Views: 13168

Can't connect to my TS3 Server with IP?

I recently installed a Teamspeak3 server onto my VPS but when I try and connect to it with the IP it doesn't let me connect and provides me an error that says, " Failed to connect to server ". You can try it for yourself if you'd like. The IP to my teamspeak should be 162.248.95.211 as it ...
by lowheartrate
Fri Aug 07, 2015 3:11 pm
Forum: Webhosting
Topic: Need help with adding web server to VPS
Replies: 10
Views: 2185

Re: Need help with adding web server to VPS

Markie wrote:You would have to modify your DNS settings via the control panel of your domain provider (GoDaddy, Google Domains etc) and create an A record pointing towards your server's public IP.

Glad I could help you!
Done! You're truly great :D
by lowheartrate
Fri Aug 07, 2015 3:07 pm
Forum: Webhosting
Topic: Need help with adding web server to VPS
Replies: 10
Views: 2185

Re: Need help with adding web server to VPS

I can see where the issue is here, the guide wanted you to use the comments between <Directory /usr/share/phpMyAdmin/> & </Directory> <Directory /usr/share/phpMyAdmin/> # <IfModule mod_authz_core.c> # Apache 2.4 <RequireAny> Require ip YOUR-IP-HERE #Require ip ::1 </RequireAny> </IfModule> <IfM...
by lowheartrate
Fri Aug 07, 2015 2:59 pm
Forum: Webhosting
Topic: Need help with adding web server to VPS
Replies: 10
Views: 2185

Re: Need help with adding web server to VPS

I can see where the issue is here, the guide wanted you to use the comments between <Directory /usr/share/phpMyAdmin/> & </Directory> <Directory /usr/share/phpMyAdmin/> # <IfModule mod_authz_core.c> # Apache 2.4 <RequireAny> Require ip YOUR-IP-HERE #Require ip ::1 </RequireAny> </IfModule> <IfM...
by lowheartrate
Fri Aug 07, 2015 2:52 pm
Forum: Webhosting
Topic: Need help with adding web server to VPS
Replies: 10
Views: 2185

Re: Need help with adding web server to VPS

As the tutorial said to I commented out the entire usr/share/phpMyAdmin directory by using the # tag in the beginning of each line. Should I have not of done that? Either way I had replaced the default IP to my home IP and it still will not let me access the phpMyAdmin - Should I remove all those #...
by lowheartrate
Fri Aug 07, 2015 2:41 pm
Forum: Webhosting
Topic: Need help with adding web server to VPS
Replies: 10
Views: 2185

Re: Need help with adding web server to VPS

Didn't get to edit my post in time, but here's two examples; <Directory /usr/share/phpMyAdmin/> <IfModule mod_authz_core.c> # Apache 2.4 <RequireAny> Require ip YOUR-IP-HERE #Require ip ::1 </RequireAny> </IfModule> <IfModule !mod_authz_core.c> # Apache 2.2 Order Deny,Allow Deny from All Allow from...
by lowheartrate
Fri Aug 07, 2015 11:27 am
Forum: Webhosting
Topic: Need help with adding web server to VPS
Replies: 10
Views: 2185

Need help with adding web server to VPS

I was directed by the support team to http://forums.nfoservers.com/viewtopic.php?f=46&t=11997 in order to install a web server into my VPS. I only have a 1-core as it is cheap and all the room I need so it is unmanaged meaning they don't provide me support for the VPS. I have done everything cor...
by lowheartrate
Thu Jul 02, 2015 6:15 pm
Forum: CS:GO
Topic: Sourcemod reservation - sourcemod.cfg
Replies: 1
Views: 1064

Sourcemod reservation - sourcemod.cfg

I have had trouble trying to setup the reserved slots on my server using the default sourcemod.cfg file but I can't seem to make it work the way I would like it to. I would like to make it so I don't have to remove a slot from maximum amount of players allowed to play at a time. I want to make it so...