Search found 531 matches

by Vanderburg
Tue Jan 30, 2018 12:48 am
Forum: Minecraft
Topic: I need help setting up a minecraft server for my VPS
Replies: 2
Views: 2581

Re: I need help setting up a minecraft server for my VPS

You can install the Java 8 JDK for Linux using the following commands: add-apt-repository ppa:webupd8team/java apt-get update apt-get install oracle-java8-installer You can then get the minecraft installer with this: mkdir minecraft cd minecraft wget https://s3.amazonaws.com/Minecraft.Download/versi...
by Vanderburg
Mon Jan 29, 2018 8:55 pm
Forum: Dedicated servers and Virtual Dedicated Servers
Topic: How do I setup FTP on a Linux VDS?
Replies: 2
Views: 1117

Re: How do I setup FTP on a Linux VDS?

You don't even need to setup FTP, really. You can use SFTP, which uses your SSH credentials, in your FTP client, but on port 22 instead of FTP's port 21 (it would also automatically change the protocol for you, if you use something like the quick connect in FileZilla).
by Vanderburg
Wed Jan 17, 2018 1:53 am
Forum: Webhosting
Topic: IPB Forum domain help
Replies: 3
Views: 1449

Re: IPB Forum domain help

To do this, you'd simply set the @ subdomain record on the Domains tab of your webhosting control panel to point to "public/forums/". This will cause your forums directory to be the root directory loaded by the subdomain. This will, however, prevent the 123 and phpMyAdmin directories from ...
by Vanderburg
Sat Dec 30, 2017 12:17 am
Forum: General
Topic: How to know if they use my vds as ddos?
Replies: 1
Views: 1033

Re: How to know if they use my vds as ddos?

Your question demonstrates that you aren't quite understanding what was said to you in the support request, so I would encourage you to re-read it. I wouldn't be able to go into any detail here in the forums. I'll go ahead and lock this for now (unless John decides it should be unlocked).
by Vanderburg
Thu Nov 30, 2017 10:43 pm
Forum: Dedicated servers and Virtual Dedicated Servers
Topic: Connect PC to shared folder off of VM
Replies: 3
Views: 1188

Re: Connect PC to shared folder off of VM

Are you using a Windows VDS and just want to share the folder for the purpose of transferring files? If so, you can simply open Remote Desktop Connection, but before you connect, open the "Local Resources" tab, and at the bottom select "More" under "Local devices and resourc...
by Vanderburg
Thu Nov 30, 2017 10:39 pm
Forum: Webhosting
Topic: Assistance with restoring a WordPress Site manually
Replies: 2
Views: 1102

Re: Assistance with restoring a WordPress Site manually

All you should need to do is upload your flat files through FTP, the details for which can be found on the File Manager tab of your control panel, and import your database backup (Which should be a .sql file) using either SSH and the command line, or more easily, phpMyAdmin, which can be installed o...
by Vanderburg
Thu Nov 30, 2017 10:37 pm
Forum: Battlefield 4
Topic: BF4 server help
Replies: 2
Views: 2203

Re: BF4 server help

All of the gamemodes you've chosen only allow for 20 players (And 4 spectators). There are a few that allow for 64 and a few that allow for 32, and I think even a 24, but you can find the specific player limits using the expandable "Maps and modes available, with supported player counts" l...
by Vanderburg
Thu Nov 30, 2017 10:31 pm
Forum: Webhosting
Topic: Install Composer
Replies: 1
Views: 1012

Re: Install Composer

You won't be able to move anything to the /usr/local/bin/composer directory on the shared webhosting, but instead of moving it (and then calling "composer"), you can likely leave it where it is, and call "composer.phar", so it executes it locally.
by Vanderburg
Mon Nov 20, 2017 9:35 pm
Forum: Minecraft
Topic: How to install Forge on 1.12+ (And maybe earlier)
Replies: 0
Views: 5462

How to install Forge on 1.12+ (And maybe earlier)

Here are the steps required to install a Forge server on our standard managed hosting, tested using Minecraft 1.12.2. Download the Forge server installer (For your particular operating system) from the developer's website: https://files.minecraftforge.net/ Create a new folder on your desktop Open th...
by Vanderburg
Thu Nov 09, 2017 11:04 pm
Forum: Webhosting
Topic: PBPbb Debug Warning
Replies: 2
Views: 1080

Re: PBPbb Debug Warning

I'm not very familiar with the software, but the error is saying "$query_id" isn't an integer, like it expects when selecting an index of an array. Instead, $query_id is a class of type "mysql_result".
by Vanderburg
Mon Oct 30, 2017 6:22 pm
Forum: Dedicated servers and Virtual Dedicated Servers
Topic: VDS backup and import to new VDS?
Replies: 3
Views: 1013

Re: VDS backup and import to new VDS?

The methods John describe would still do what you'd want, basically creating a copy of your files from one VDS onto the other VDS, then you'd just have to adjust the configuration to make sure it's binding to the correct IP address, etc.
by Vanderburg
Sun Oct 15, 2017 6:55 am
Forum: Webhosting
Topic: Sql database backup exceeds limit
Replies: 4
Views: 1633

Re: Sql database backup exceeds limit

We wouldn't be able to provide the backup with the InnoDB tables in it, but it might be possible to remove the InnoDB tables from the backup to allow you to restore the non-innoDB tables.
by Vanderburg
Sun Oct 15, 2017 6:45 am
Forum: Webhosting
Topic: Sql database backup exceeds limit
Replies: 4
Views: 1633

Re: Sql database backup exceeds limit

You could import the .sql file manually through the command line, using SSH to your webhosting, or you can upload the .sql file to the webhosting and use this utility: http://www.ozerov.de/bigdump/ to import it for you.
by Vanderburg
Tue Oct 10, 2017 4:15 pm
Forum: General
Topic: HELP
Replies: 4
Views: 1560

Re: HELP

"NFO" isn't a type of service we offer, but is our company name. I assume you mean a VDS that you would install VPN software onto. If so, you can find these here: https://www.nfoservers.com/order-virtual-dedicated-server.php We have a guide for installing a VPN onto an unmanaged service, h...
by Vanderburg
Thu Sep 28, 2017 2:32 pm
Forum: Dedicated servers and Virtual Dedicated Servers
Topic: HELP PLZ WITH SETTING MY SERVER AS VPN
Replies: 1
Views: 784

Re: HELP PLZ WITH SETTING MY SERVER AS VPN

We have our own guide for OpenVPN you can try here: viewtopic.php?f=46&t=11034

If there's a specific step you're having trouble with, let us know and we can try to provide assistance here.