Skip to content

Commit 12de56a

Browse files
committed
Initial commit
1 parent d56afca commit 12de56a

File tree

268 files changed

+24912
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

268 files changed

+24912
-0
lines changed

README.md

+34
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# Fragnet's Knowledgebase (Beta)
2+
3+
Note that this is currently in a Beta state and therefore it is missing a lot of content.
4+
5+
Feel free to contribute if you feel like something is off. Any contribution will be rewarded for its effort (just make sure you reach out to us).
6+
7+
### Prerequisites
8+
You need to have [Node.js](https://nodejs.org/en/download/) and [Yarn](https://yarnpkg.com/getting-started/install) installed on your machine.
9+
10+
### Installation
11+
Install all packages used by the project using:
12+
```
13+
$ yarn
14+
```
15+
16+
### Local Development
17+
18+
```
19+
$ yarn start
20+
```
21+
22+
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
23+
24+
### Build
25+
26+
```
27+
$ yarn build
28+
```
29+
30+
This command generates static content into the `build` directory and can be served using any static contents hosting service.
31+
32+
### Deployment
33+
34+
Any changes pushed to the `main` branch will be automatically deployed to [https://docs.fragnet.net](https://docs.fragnet.net) via github actions.

babel.config.js

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
module.exports = {
2+
presets: [require.resolve('@docusaurus/core/lib/babel/preset')],
3+
};

docs/FAQ/change-server-location.md

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
title: Transfering your server to another location
3+
keywords: ['transfer your server', 'server transfer']
4+
---
5+
6+
If you want to move your server to another location, please [create a ticket with our support team](https://clients.fragnet.net/submitticket.php).
7+
8+
When a game server is moved to another machine, there are some aspects to be aware of:
9+
10+
**IP address**: The IP address of a game server will be changed if the service is moved to another machine. As IP addresses are allocated to each of our machines, transferring a single IP to another machine may not be possible. We recommend setting up a subdomain for your service if possible, which can then be changed at any time to point to a different address if needed.
11+
12+
**Data Files**: When a server is transferred, the files will be kept intact. While we always urge our customers to keep frequent backups of their services, the files will not change when moved between machines.
13+
14+
**Duration**: A server's transfer time primarily depends on the size of your server's files. Generally, the waiting time for a server transfer is between 30 and 45 minutes, although this can often be faster or slower than that. However, if your server's files are extremely large, this process can sometimes take a few hours.
15+
Our staff members will keep you informed about the progress of moving your server files.

docs/FAQ/images/Cyberduck-details.png

7.36 KB
Loading

docs/FAQ/images/Cyberduck-message.png

5.39 KB
Loading
10.2 KB
Loading

docs/FAQ/images/FTP1.png

2.72 KB
Loading
8 KB
Loading

docs/FAQ/images/FileZilla-details.png

18.9 KB
Loading

docs/FAQ/images/WinSCP-login.png

18.7 KB
Loading

docs/FAQ/images/ftp-details.png

9.3 KB
Loading

docs/FAQ/images/services.png

8.22 KB
Loading
5.81 KB
Loading
+97
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,97 @@
1+
---
2+
title: How to access your server files using FTP
3+
keywords: ['FTP access', 'file access']
4+
---
5+
6+
Please note that this guide covers only FTP access for game servers hosted under our <a href="https://gamepanel.fragnet.net" target="_blank">Game Panel (gamepanel.fragnet.net)</a> which we plan on decomissioning in favor of our custom control panel <a href="/docs/fragify/intro">Fragify</a>
7+
8+
If you have a Farming Simulator 19 / 22 server, you can <a href="/docs/games/fs22/manage-files-via-ftp">find the FTP guide here.</a>
9+
10+
-------
11+
12+
We provide full access to your server files for most games through the game panel's integrated file manager and the File transfer protocol (FTP). The integrated file manager is a lightweight solution for simple tasks such as file and folder deletions/renames and light file uploads. FTP is more suited for heavier tasks such as large file uploads (both in size and number) and moving files from one directory to another.
13+
14+
While we provide full access to server files for most games we are hosting, some games are limited or completely inaccessible via FTP or File Manager as per developer demands.
15+
16+
17+
## FTP connection details
18+
19+
-------
20+
21+
To access your server's FTP, you must input the **Hostname or IP address**, **Port**, **Username** and **Password**.
22+
23+
If your server is setup on ```gamepanel.fragnet.net```, FTP details are the following:
24+
25+
Host : Your game server address
26+
**Warning** : Do not include the port after the IP address (I.E 192.168.1.1 instead of 192.168.1.1:25565)
27+
Username : Your game panel username
28+
Password : Your game panel password
29+
Port : Can be seen on the game panel
30+
31+
![FTP section](images/ftp-details.png)
32+
33+
## Connecting to your FTP
34+
35+
-------
36+
37+
You can use any FTP client that you are comfortable with. However, if you don't know which FTP client to use, you can check this table for
38+
compatibility of most popular FTP clients:
39+
40+
| Software | Windows | Mac | Linux |
41+
|----------|---------|-----|-------|
42+
| [Cyberduck](https://cyberduck.io/) | ✔️ | ✔️ | ✔️ |
43+
| [WinSCP](https://winscp.net/eng/download.php) | ✔️ |||
44+
| [FileZilla](https://filezilla-project.org/) | ✔️ | ✔️ | ✔️ |
45+
46+
You can follow the steps to access and manage your server files for most game servers using FTP clients such as:
47+
48+
## Cyberduck
49+
50+
1. Download and install Cyberduck here: [Download Cyberduck](https://cyberduck.io/download/)
51+
52+
2. Click on ```Open Connection`` button in Cyberduck.
53+
54+
![Cyberduck Open Connection](images/Cyberduck-open-connection.png)
55+
56+
3. Input the FTP details
57+
58+
![Cyberduck FTP details](images/Cyberduck-details.png)
59+
60+
4. The pop-up message regarding unsecure connection will appear and you can click on ```Continue``` option.
61+
62+
![Cyberduck message](images/Cyberduck-message.png)
63+
64+
Afterwards, if all the details were correct, you should see the folder with the IP and port of your server.
65+
66+
## Filezilla
67+
68+
1. Download and install FileZilla here: [Download FileZilla](https://filezilla-project.org/download.php?type=client)
69+
70+
2. Connect to your FTP account using the FTP details and click on "Quick connect".
71+
72+
![Filezilla connection details](images/FileZilla-details.png)
73+
74+
3. Afterwards, if all the details were correct, you should see the folder with the IP and port of your server and the following will appear in console:
75+
76+
![Filezilla connection](images/FileZilla-connection.png)
77+
78+
## WinSCP
79+
80+
1. Download and install WinSCP here: [Download WinSCP](https://winscp.net/eng/download.php)
81+
82+
2. Fill the fields with your FTP details and click on **Login** button.
83+
84+
![WinSCP Login](images/WinSCP-login.png)
85+
86+
*** Be careful when you type login information as you may get a 5 minutes ban if you attempt to login with the wrong credentials repeatedly. In that situation, simply disconnect and wait 5 minutes before trying again ***
87+
88+
## Uploading and downloading files or folders
89+
90+
------
91+
92+
FTP is particularly useful for backing up your server files, or uploading plugins/worlds/settings onto your server.
93+
94+
Once connected to your FTP account, server files will be listed on the right side of the screen, whilst your computer's files will be listed on the left side.
95+
You can upload, download, and move files from your computer to your server and vice versa, as well as within the server's folders.
96+
97+
Alternatively, you may right click on the relevant file or folder and hit the "Download" or "Upload" button.

docs/FAQ/setup-time.md

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# How fast will my server be setup?
2+
3+
We aim to provide the fastest possible setup times for game and voice services.
4+
5+
Our normal setup times:
6+
7+
* Game servers:
8+
Instantly setup after payment is received.
9+
10+
11+
* Voice Servers
12+
Instantly setup after payment is received.
13+
14+
15+
* Dedicated Servers:
16+
If in stock, within 24 hours.
17+
18+
Please have in mind that payments made with a **Credit/Debit Card** or **PayPal** are instant. If you pay via bank transfer, the setup time will be longer than usual. Feel free to reach out to our support team for an ETA!

docs/FAQ/upgrade-downgrade-server.md

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# How do I Upgrade/Downgrade my server
2+
3+
You can do this by following these few steps:
4+
5+
1. Log in to our Billing/Support Panel [here](https://clients.fragnet.net/login).
6+
7+
2. Click on ```Services``` → Click on the service you would like to Upgrade/Downgrade.
8+
9+
![Services](images/services.png)
10+
11+
3. On the left, you will have the ```Actions``` Menu →. Click on **Upgrade/Downgrade Options**.
12+
13+
![Upgrade/Downgrade options](images/upgrade-downgrade-options.png)
14+
15+
4. Upgrade to the desired package and choose to Continue.
16+
17+
5. An invoice will be generated to cover the cost of the upgrade for the remaining rent period.W
18+
19+
6. Pay - once the invoice is paid, your service will automatically be upgraded/downgraded.
20+
21+
> **NOTE** If a new invoice for the service has already been generated for the upcoming month, pay that invoice first and then do the Upgrade/Downgrade procedure.
22+
23+
> **NOTE** If you are about to downgrade but have to pay an invoice, please note that the extra money will be credited to your account balance on a downgrade.
+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# What forms of payment does Fragnet accept?
2+
3+
Currently, we are accepting most major credit cards through PayPal/Stripe and regular bank transfers.
4+
5+
Do have in mind that you can pay by Credit/Debit Card without registering a PayPal account at PayPal.
6+
7+
Payment Methods :
8+
9+
* PayPal
10+
* Credit/Debit Card
11+
* Bank Transfer
12+
* Stripe
13+
14+
15+
Keep in mind that if you select the "Bank Transfer" method, you MUST contact us via support ticket and send proof of payment, as our system can't detect bank transfers automatically.

docs/billing/affiliate-custom-url.md

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Affiliates: Custom URL codes
2+
3+
When using the official Affiliates system to refer new users to our services in return for a commission, the URL listed provides a direct link to the Fragnet homepage. In some cases, you may wish to choose which page you are able to link to on our website, while still maintaining your Affiliate URL.
4+
To do so, you may use the custom Affiliate URL format displayed below, placing your target URL at the end. This will be the web address where you wish to redirect users who click on your links.
5+
6+
http://clients.fragnet.net/aff2.php?aff=XXXXX&url=http://fragnet.net
7+
8+
Replace the following values as instructed:
9+
10+
**?aff**\= This number should be your Affiliate ID which can be obtained from the original Affiliate URL provided.
11+
**?url=** This should be the URL (prefixed with http://) where you wish to redirect the user clicking the link.
12+
13+
14+
If you have any questions or issues when using this, feel free to open a support ticket with our team at [https://clients.fragnet.net](https://clients.fragnet.net)
15+
16+
# Affiliate: Custom Discount codes
17+
18+
If you wish to refer users to our website for getting any services, we can create a custom discount code that your users can activate while buying any products from us.
19+
Just reach out to us and we can proceed with creation of custom code for you! =)

docs/billing/affiliate-signup.md

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Affiliates: Earn money by advertising us!
2+
3+
Are you renting a server with Fragnet or plan to rent one but are short in money? Sign up for our affiliates program!
4+
You can enable affiliates from your Billing/Support area if you are an existing user. Otherwise, if you are not, you need to register first.
5+
6+
Register here: [https://clients.fragnet.net/register.php](https://clients.fragnet.net/register.php)
7+
8+
Once you have enabled Affiliate, you will get affiliates link/banners that can be used for advertisement for our services (in the form of, forum signatures, for your websites, etc.).
9+
Each visitor referred that will purchase a service from us will make you earn 20%\* of each and every payment he makes!
10+
11+
The commissions will be available for withdrawal after 30 days.
12+
13+
14+
> **_NOTE:_** Please note that the following products do not qualify for affiliates:
15+
- Dedicated/Virtual servers
16+
- While Battlefield 4 servers qualify for affiliates, the commission is at the rate of 5%

docs/billing/cancel-service.md

+31
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# How do I cancel my service?
2+
3+
> NOTE: **Should you have any issue with your Fragnet Service(s), we encourage you to contact our support team to get assistance before considering a cancellation:** [Create a ticket](https://clients.fragnet.net/supporttickets.php)
4+
5+
To cancel your current service, you have with us, please follow the below steps:
6+
7+
1) Login to your account at [https://clients.fragnet.net/clientarea.php](https://clients.fragnet.net/clientarea.php)
8+
9+
2) Click on "Services" => "My Services".
10+
Here you will see a list of all services you have with Fragnet.
11+
12+
3) Click on the active service that you would like to cancel.
13+
14+
4) Press the "Request Cancellation" button.
15+
16+
5) On the next page, you can provide us with some feedback and select the cancellation type. Please see below for details regarding the available options.
17+
18+
>Immediate = Terminates your server within the next 24 hours.
19+
20+
>End of billing period = Keeps your server online until you have reached the end of your current billing period.
21+
22+
![Submission of cancellation request](images/submit-cancellation.gif)
23+
24+
25+
***IMPORTANT NOTE for PayPal***
26+
> Please check if you have any active PayPal subscriptions setup to pay automatically for your services with us. You must cancel them manually or contact us to check it for you before the cancellation.
27+
28+
***IMPORTANT NOTE for saved cards***
29+
>If you have any saved credit card in payment methods, the server will be automatically renewed unless you submit a cancellation request.
30+
31+
**Remember that cancelling the active service does not mean you will get an automatic refund! Contact us via ticket to see if you are eligible for a refund.**

docs/billing/group-pay.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Do you have a Group Pay (Clan Pay)?
2+
3+
Group Pay can be used in any billing account with active service. You will need to use a link provided in your billing account's ``Group Pay``` page and share it with other players to receive donations that are used for the renewal of the active server.
4+
5+
![Group Pay](images/group-pay.png)
6+
7+
![Group Pay Link](images/group-pay-link.png)
28.1 KB
Loading

docs/billing/images/group-pay.png

9.27 KB
Loading
11.8 KB
Loading
685 KB
Loading
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# How do I order additional services?
2+
3+
It depends on the service you want to add to your account.
4+
In most cases, you can order a new service via the order form on our website: [https://fragnet.net/?page=gameservers](https://fragnet.net/?page=gameservers)
5+
6+
At the checkout, on the bottom, there will be the order form. If you are an existing customer, you will be able to log into your account, and therefore the service will be added to your existing client account.
7+
This will also mean you will have the service added to the same Game Panel account.
8+
9+
If you don't see a game server you would like to have on our website, you can always reach out to us, as we may offer it for you!

docs/billing/renew-service.md

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# How do I renew my services?
2+
3+
If you want to renew your contract, you must pay up-front the next contract period.
4+
Before the end of each rental period, a new invoice will be generated 2 weeks before the due date, and you will be notified by an email which reminds you about the renewal.
5+
6+
If you intend to keep the service, that invoice must be paid. If the invoice is not paid on time, your server will be suspended at the end of the billing cycle. The service will be suspended for up to 14 days before it gets terminated (deleted beyond any recovery).
7+
8+
Suspension gives the opportunity to the clients to renew an expired game server and still get the same service as before, with all files intact.
9+
Our billing system will automatically send reminder emails before and after the suspension. There will be three reminders in total before and after the suspension!
10+
11+
If you don't intend to keep the service, disregard these emails and check if you have any saved credit card or an active PayPal subscription.
12+
13+
> **_NOTE:_** Keep in mind that we reserve the right to delete the files earlier than within 14 days
14+
15+
If you need any help with the server renewal, don't hesitate to contact us so we can assist you.
16+
17+
## Automatic renewal of service
18+
19+
You can make a PayPal subscription for the renewal of your active service, or you can also go to ```Billing``` => Payment Methods to save a credit card which will be used for the renewal invoices.
20+
![Payment Methods](images/payment-methods.png)

docs/billing/subscription-period.md

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# For how long do I have to sign up?
2+
3+
The minimum contract period is 1 month.
4+
5+
You will get a discount if you sign up for three months or more.
6+
Here are the discounts rate depending on how long you are renting:
7+
8+
* 3 months prepaid = 10% discount
9+
* 6 months prepaid = 15% discount
10+
* 12 months prepaid = 20% discount
11+
12+
Your server will be stopped unless you renew it at the end of your contract period.
13+
For more information on renewing your service, please refer to the following article: [How do I renew my services?](renew-service)
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Why am I receiving an invoice before my one month is over?
2+
3+
Invoices are automatically generated 2 weeks in advance in order to give you time to pay.
4+
5+
They are not due until the end of your billing period.
6+
7+
Additional reminders will be sent out just before and after the end date.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# You charged me even after I cancelled?
2+
3+
We never charge any client or store any credit card information or other similar data. All payments have to be initiated by the client.
4+
When cancelling your service with us, please cancel any recurring _PayPal_ subscriptions you have set up with _PayPal_. Otherwise, the invoice will be automatically paid again even though you no longer have a service with us.
5+
6+
Please follow the steps below to cancel an active _PayPal_ subscription:
7+
8+
1\. Navigate to the _PayPal_ site and login to your account.
9+
2\. Look up your last payment with us and click on the _"Details"_ button of that payment.
10+
3\. It will say at the top of the payment details something about a recurring subscription, and it will give you the option to cancel your recurring subscription with us.
11+
12+
As always, if you have any questions or need assistance, please do not hesitate to contact us!

0 commit comments

Comments
 (0)