• Xenon hosting?
    34 replies, posted
I found this GREAT, GREAT, server hosting website named Xenon servers, they have live chat, pre-purchase support, etc.: [url]http://www.xenonservers.com/clients/cart.php?a=confproduct&i=0[/url] Here is a list of features for their servers: • Automatic Mod Installer • Automatic SVN Updater • Automatic Setup • Up to 100 Tick • No Branding • Dedicated IP • TCAdmin Control Panel • Clan Pay Donation system • Free sv_downloadurl Hosting • FTP and File Manager Access • Orange Box, Counter-Strike: Source and Day of Defeat: Source Content I am thinking about getting a 45 slot server (5 will be reserved for anti-lag purposes but also for some reservation if needed) to make a roleplay server(still being decided, post for server ideas). So, has anybody heard of these servers? I have been playing one server by them, the server is a bit laggy i must add buti think thats because its a build server with alot of shit and they have a 10 slot server with 9 slots full. Anyways.. can somebody do some research on them? Because i really know shit about servers. feedback.
I've been using Xenon for more than a year now. I love it! Sometimes my support tickets are replied to within 5 minutes! The servers are always stable (Unless there's a spammer, but you can't protect against that). I would recommend Xenon 100%. My servers: 69.162.90.52:27015 - Standard Build 69.162.71.171:27015 - Deluxe Build
You said that they were good and said tonnes of things about them which seems a lot like you are advertising and then you said that you know little about them and want feedback?
They ARE great. Low prices. Easy control panel. And rarely is there any lag. If your going to get a server, go with xenon servers.
Thanks for the great feedback!
Joined this month, pretty much a copypaste from their website (maybe with some added superlatives), and even with the "a bit laggy comment" this is far from a legit post. And not the first of its kind for Xenon.
It's a legit post. This isn't some undercover advertisement from Xenon.
Yeah, I'm not sure who that is. If we wanted an advertisement, we would post one in the marketplace or something.
Can't say I've had a good experience with Xeon so far. The actual server is fine, but support response takes anywhere between 1-9 hours and had a little over ten hours total server downtime and 17 hours on FTP downtime. All in one go, apparently the servers power plug came out - though why the FTP would be down for an additional seven hours is beyond me. Again, that being said the server is fine. No lag yet because of CPU limitations or anything, but this is only with 3-4 people on a build server so far. Hopefully the downtime I did have with them was a one-time deal.
My server has been on for days with 15-20 players not crashing, there super stable allow you to set tic rate ect there awesome.
[QUOTE=darksoul69;19952866]Hopefully the downtime I did have with them was a one-time deal.[/QUOTE] The power connection on a network switch came out (which affected one box). That is the first time that anything like that has ever happened to us and I doubt that it will occur again.
My server's been running smoothly for a while now, only problem was sound scripts not working which was fixed in a support ticket later. No tickrate limits, no file limits, etc. It's really a good deal for the price.
[QUOTE=brocko;19960059]The power connection on a network switch came out (which affected one box). That is the first time that anything like that has ever happened to us and I doubt that it will occur again.[/QUOTE] That's pretty... unfortunate. Hot glue it, works for us :P
[QUOTE=brocko;19950664]Yeah, I'm not sure who that is. If we wanted an advertisement, we would post one in the marketplace or something.[/QUOTE] This pretty much is the market place. Most Gmod players come here.
I've had great experiences with them in the past, I suggest you go with them. I've never had problems.
They kick ass. Got two servers from them.
I bough a CS:S server from them and it was great. I had to cancel it because nobody played in it and I hardly played CS:S at all. I'll definitely go back to them though.
- snip - Yup, definitely one of the best and most supportive hosts out there. (:
[QUOTE='[ApS] Elf;20192577'] At the moment it wont even let me connect to a server through MySQL; it automatically changes the IP to the server's ip - which isn't what I want.[/QUOTE] It shouldn't, but you could use wildcard to allow all IPs in the block? Also, we will be happy to add any modules to the mod installer.
[QUOTE=brocko;20193198]It shouldn't, but you could use wildcard to allow all IPs in the block? Also, we will be happy to add any modules to the mod installer.[/QUOTE] The module is on the mod installer, I've installed it. The other things don't matter anymore anyway (: Here's what I'm trying to achieve with the gm_mysql module. [lua] // Connect. SF.Connection, SF.Error = mysql.connect( "IPHERE", SF.MySQL.User, SF.MySQL.Pass, SF.MySQL.Data ); // Check that we're connected. if ( SF.Connection == 0 ) then // Debug it erroring. SF.Utility.Debug( "64: MYSQL ERROR: " .. SF.Error ); return; end[/lua] As you can see I clearly specify the right IP in which I wish to connect to. It's not the server IP, it's an external one for the database (i.e. the hostname). However, it's being decided that instead we'll try to connect to the servers IP, giving this error in the console: [code]Access denied for user 'myuser'@'216.245.206.98' (using password: YES)[/code] Any ideas?
It looks like you just need to allow 216.245.206.98 to connect to your MySQL database. If you are using cPanel hosting for it, you can do it from the Remote MySQL page.
[QUOTE=brocko;20194012]It looks like you just need to allow 216.245.206.98 to connect to your MySQL database. If you are using cPanel hosting for it, you can do it from the Remote MySQL page.[/QUOTE] Noah! That IP there isn't the right IP. I'm not sure why it's even trying to connect to 216.245.206.98. The IP I entered is 69.163.199.190, in fact now that I look at it 216.245.206.98 isn't even the IP of the server. Though it's on the same range. 216.245.206 seems to be the range Xenon uses: even when I use the hostname to connect instead of an IP it comes up with the IP 216.245.206.98. [editline]22:08[/editline] Oh and I have added the IP to the allowed list, just in case you're fixed on that being the problem. 216.245.206.% is added with % being a wildcard for the user "decimate".
[QUOTE='[ApS] Elf;20196021']Noah! That IP there isn't the right IP. I'm not sure why it's even trying to connect to 216.245.206.98. The IP I entered is 69.163.199.190, in fact now that I look at it 216.245.206.98 isn't even the IP of the server. Though it's on the same range. 216.245.206 seems to be the range Xenon uses: even when I use the hostname to connect instead of an IP it comes up with the IP 216.245.206.98. [editline]22:08[/editline] Oh and I have added the IP to the allowed list, just in case you're fixed on that being the problem. 216.245.206.% is added with % being a wildcard for the user "decimate".[/QUOTE] That's the IP that it is trying to connect from (which is the main IP for that box). user@host Try adding 98-206-245-216.reverse.lstn.net to the allowed hosts.
[QUOTE=brocko;20197658]That's the IP that it is trying to connect from (which is the main IP for that box). user@host Try adding 98-206-245-216.reverse.lstn.net to the allowed hosts.[/QUOTE] Nope. 216.245.206.% 98-206-245-216.reverse.lstn.net Both are added to allowed hosts and it still errors. [editline]23:31[/editline] Contacted my host and they're running some tests, see if they come back with anything. Any other suggestions would be appreciated though, thanks a lot for your help so far.
Okay, are you sure that the password is correct?
[QUOTE=brocko;20197832]Okay, are you sure that the password is correct?[/QUOTE] Positive, yes. I copied and pasted it into my browser to access PHPMyAdmin and it works perfectly, also read my edit above. [editline]23:34[/editline] Just tried the password again and it seems to be corrupt. I'll get that changed and see what happens. [editline]23:38[/editline] It appears the password suddenly became corrupt due to a server re-location. Thanks for your patience and assistance, Brocko.
I would recommend this host 100%, I have my 32 slot hosted from them, super stable. Never had a problem.
I just checked their site and they are having a sale for [B]99% off of your first month[/B]. I might buy another server just for this lol.
Coupon code is: iizihwpmoc Note: This does not apply to GMod servers. I am in no way affiliated with Xenon Servers, I am just a fan.
[QUOTE=culexor;20240402]Coupon code is: iizihwpmo Note: This does not apply to GMod servers. I am in no way affiliated with Xenon Servers, I am just a fan.[/QUOTE] Missed a c on that :P. [B]iizihwpmoc[/B] Anyway, thanks for all of the great feedback everyone!
Sorry, you need to Log In to post a reply to this thread.