Search found 65 matches

by Decicus
Sat Jul 08, 2023 11:32 am
Forum: General
Topic: Announcement: 2FA support is available on Control Panel
Replies: 7
Views: 26527

Re: Announcement: 2FA support is available on Control Panel

A bit late to the party, but my suggestion for authenticator 2FA (aka TOTP) would be to have a form input where the user can input the generated 2FA code.

Could also get rid of the 30 minute timer of displaying the QR code / TOTP secret if the user has verified they can generate valid codes.
by Decicus
Sat Feb 20, 2021 5:09 am
Forum: Dedicated servers and Virtual Dedicated Servers
Topic: Optimal Hardware for Valheim Server?
Replies: 3
Views: 8794

Re: Optimal Hardware for Valheim Server?

I'm not sure if it's gonna be much help, but maybe just give some pointers? I've been running a Valheim server for a few days for me and a few of my friends. It's mostly me + 2 others that are on. We're currently just grouped up in the same area, so that might lower the resource usage a little bit ...
by Decicus
Tue Sep 15, 2020 12:58 am
Forum: Dedicated servers and Virtual Dedicated Servers
Topic: How to uninstall python?
Replies: 3
Views: 3267

Re: How to uninstall python?

Is there anything that prevents you from running

Code: Select all

python3 filename.py
Removing Python 2 probably wouldn't help anyways, as the "python" alias would most likely not point to python3 after removing 2.
by Decicus
Wed Sep 25, 2019 10:08 am
Forum: Dedicated servers and Virtual Dedicated Servers
Topic: Managed and unmanaged , difference?
Replies: 3
Views: 5180

Re: Managed and unmanaged , difference?

Rud wrote: Wed Sep 25, 2019 10:04 am If i take Managed, i will also have access to ssh?
No - Everything would be managed via the control panel/website.
by Decicus
Thu Sep 20, 2018 11:45 am
Forum: Game and voice servers
Topic: Dayz Satandalone server files release
Replies: 12
Views: 40656

Re: Dayz Satandalone server files release

Don't like to "necro-bump", but the DayZ server files are now available (Windows-only for now).

Documentation post: https://forums.dayz.com/topic/239635-da ... mentation/
Blog post: https://dayz.com/blog/dayz-server-files-launch
by Decicus
Fri Jul 01, 2016 10:04 am
Forum: Game and voice servers
Topic: Does sv_downloadurl support HTTPS?
Replies: 0
Views: 3332

Does sv_downloadurl support HTTPS?

I wasn't sure where this is fit the best in, so feel free to move it if you believe it fits into one of the sub-forums.

Basically I'm wondering if the web server used for the so-called 'fast download' uses a valid and trusted certificate, will it function over HTTPS or does it fallback to ...
by Decicus
Mon Dec 28, 2015 12:09 pm
Forum: Garrysmod
Topic: TTT Damagelog help.
Replies: 1
Views: 2654

Re: TTT Damagelog help.

Go into addons/TTTDamagelogs/lua/damagelogs/config/config.lua and add a new line near the top that says:

Damagelog:AddUser("headadmin", 3, true)

Repeat the process for each group you want added.

At the top of the config.lua file it explains what the number (in this case "3") and what true/false ...
by Decicus
Tue Jul 21, 2015 11:58 pm
Forum: General
Topic: TeamSpeak 3 Servers on VDS
Replies: 4
Views: 4078

Re: TeamSpeak 3 Servers on VDS

Ah, I see. It's unfortunate, but I understand. Thanks for the quick reply.
by Decicus
Tue Jul 21, 2015 11:32 pm
Forum: General
Topic: TeamSpeak 3 Servers on VDS
Replies: 4
Views: 4078

Re: TeamSpeak 3 Servers on VDS

Would you consider allowing the 32-slot (unlicensed) TeamSpeak 3 servers to be added to managed servers?
by Decicus
Sun Jul 19, 2015 1:51 am
Forum: Game and voice servers
Topic: Terraria Server Testing
Replies: 10
Views: 38895

Re: Terraria Server Testing

I know this is an old thread by now, but with the recent update to Terraria, I know a few friends I would love to forward to NFO for hosting their servers.

Any update regarding this?
by Decicus
Sat Jul 18, 2015 11:17 am
Forum: News
Topic: Dedicated machine price reduction
Replies: 32
Views: 69694

Re: Dedicated machine price reduction

Edge100x wrote:The dedi price reductions are expected to be permanent -- that part is a straight price drop and not a sale. The free setup fee in NYC is a sale and will be temporary.
Understood. Thanks!
by Decicus
Sat Jul 18, 2015 8:13 am
Forum: News
Topic: Dedicated machine price reduction
Replies: 32
Views: 69694

Re: Dedicated machine price reduction

How long are you guys planning to keep the price like this?
by Decicus
Wed Jul 08, 2015 12:59 am
Forum: Dedicated servers and Virtual Dedicated Servers
Topic: Issues with Left 4 Dead 2 Server
Replies: 16
Views: 12896

Re: Issues with Left 4 Dead 2 Server

sv_password has always been broken and prevented the server from being queried when set.

We do a good job of describing different ways of restricting access and server modes here: http://www.nfoservers.com/forums/viewtopic.php?f=49&t=4146

I actually feel kind of stupid for not checking the ...
by Decicus
Tue Jul 07, 2015 8:52 am
Forum: Dedicated servers and Virtual Dedicated Servers
Topic: Issues with Left 4 Dead 2 Server
Replies: 16
Views: 12896

Re: Issues with Left 4 Dead 2 Server

Just tested on both platforms, and I see the same behavior on Linux and Windows, sv_password doesn't allow it to be queried, and the password does nothing to block people from joining.

You can still connect to the server using this command:
connect 123.456.78.9; password mypassword
If you're ...
by Decicus
Tue Jul 07, 2015 4:12 am
Forum: Dedicated servers and Virtual Dedicated Servers
Topic: Issues with Left 4 Dead 2 Server
Replies: 16
Views: 12896

Re: Issues with Left 4 Dead 2 Server

Just tested on both platforms, and I see the same behavior on Linux and Windows, sv_password doesn't allow it to be queried, and the password does nothing to block people from joining.

You can still connect to the server using this command:
connect 123.456.78.9; password mypassword
If you're ...