Home Minecraft
🌍

Minecraft

Looking for Minecraft support? Start with these resources
Maddox Lewis
By Maddox Lewis
3 articles

How To Setup Velocity

Where to Download the Velocity Server Jar? To obtain the official version of the Velocity server jar, visit the official download page here. How to Install the Velocity Server Jar for the First Time 1. Access the Server Panel: Log into your server's control panel. 2. Upload the Server Jar File: Navigate to the file manager and upload the Velocity jar file you downloaded. 3. Ensure Correct Filename: Confirm that the uploaded file’s name matches the server jar file variable in the startup page settings. 4. Start the Server: Start your server. After a few seconds, the necessary files will automatically generate. Adding Backend Servers 1. Open the Configuration File: Press CTRL + F and search for [servers]. 2. Edit the Server List: You'll see something like this: [servers] # Configure your servers here. Each key represents the server's name, and the value # represents the IP address of the server to connect to. lobby = "127.0.0.1:30066" factions = "127.0.0.1:30067" minigames = "127.0.0.1:30068" You can delete existing entries if necessary, or simply update the IP address within the quotation marks to reflect the correct backend server. 3. Add New Servers: To add a new backend server, insert a new line with the corresponding details. For example: survival = "127.0.0.1:7223" After making your changes, your configuration should look something like this: [servers] # Configure your servers here. Each key represents the server's name, and the value # represents the IP address of the server to connect to. lobby = "127.0.0.1:30066" factions = "127.0.0.1:30067" minigames = "127.0.0.1:30068" survival = "127.0.0.1:25565" Final Configuration Steps for Velocity 1. Configure Player Info Forwarding: Press CTRL + F and search for player-info-forwarding-mode. By default, this setting is set to none, but we recommend changing it to modern. Note: The proxy will not support Minecraft versions or clients below 1.13. If you need to support older versions, consider using the bungeeguard forwarding mode. 2. Copy the Secret: After setting the forwarding mode to modern, open the forwarding.secret file and copy the string inside. Configuring the Backend Server 1. Navigate to the Configuration File: Go to the following directory in your file manager: /config/paper-global.yml. Open the file. 2. Search for the Velocity Configuration: Press CTRL + F and search for velocity. You should find a block like this: proxies: bungee-cord: online-mode: true proxy-protocol: false velocity: enabled: false online-mode: false secret: '' 3. Update the Settings: - Set enabled to true (as seen on line 6 in the example above). - Ensure online-mode is set to true (if it isn’t already). - Paste the secret you copied earlier from the forwarding.secret file into the secret field, keeping it between the single quotes. 4. Update Server Properties: Navigate back to the main directory and open the server.properties file. Set online-mode=false to online-mode=true. Adding Additional Backend Servers Follow the same steps as described above for Adding Backend Servers and Configuring the Backend to add any extra backend servers you require. With these steps completed, your Velocity proxy and backend servers should be properly configured and ready to go.

Last updated on Sep 28, 2025

How to Set Up a Minecraft Server with Q-Fi Cloud

Overview This guide walks you through getting a Minecraft server online with Q-Fi Cloud  fast, stable, and ready for players. It covers: - Ordering your server - Accessing your panel - Choosing a server type (Vanilla / Paper / Fabric / Forge) - Adding mods or plugins - Connecting to your server What youll need - A Q-Fi Cloud Minecraft server plan - A Minecraft Java Edition client (or Bedrock, if you ordered Bedrock hosting) - Your server IP address (shown in your panel) Step 1: Order your Minecraft server 1. Go to your Q-Fi Cloud client area and purchase a Minecraft server plan. 2. After checkout, your server will provision automatically. Typical setup time Most servers are ready in under 10 minutes (custom setups may take longer). Step 2: Open your game server panel 1. Log into your Q-Fi Cloud client area. 2. Open your Services and select your Minecraft server. 3. Click Manage to open the game server panel. Step 3: Start the server once (first boot) 1. Click Start. 2. Wait for the server to generate its initial files. 3. Stop the server before making changes. Step 4: Accept the Minecraft EULA Minecraft requires you to accept the EULA before the server will fully start. 1. Open File Manager. 2. Find eula.txt. 3. Change: - eula=false To: - eula=true 4. Save the file. Step 5: Choose your server type (Vanilla / Paper / Fabric / Forge) Most panels let you select a server jar or server type. Recommended choices - Paper: Best performance for most servers (plugins). - Vanilla: Pure Minecraft, no plugins. - Fabric: Lightweight modded servers. - Forge: Heavier modpacks and many classic mods. If you're not sure, start with Paper for the smoothest experience. Step 6: Set your Minecraft version 1. In your panel's version selector, pick the version you want (example: 1.20.4). 2. Install/apply the version. 3. Start the server again to confirm it boots. Step 7: Configure the basics server.properties (recommended settings) Open File Manager > server.properties and review: - motd= (server name shown in the server list) - difficulty= (peaceful/easy/normal/hard) - gamemode= (survival/creative/adventure) - pvp= (true/false) - view-distance= (lower = better performance) - online-mode= (keep true unless you know why you're changing it) Save changes, then restart the server. Step 8: Add plugins (Paper/Spigot servers) If youre using Paper/Spigot: 1. Stop the server. 2. Open File Manager > plugins. 3. Upload plugin .jar files. 4. Start the server. Common starter plugins - EssentialsX (commands) - LuckPerms (permissions) - Vault (economy/permissions bridge) Step 9: Add mods (Fabric/Forge servers) If youre using Fabric or Forge: 1. Stop the server. 2. Open File Manager > mods. 3. Upload mod .jar files. 4. Start the server. Important notes for modded servers - Your client must have the same mods installed (unless the mod is server-only). - Mods must match your Minecraft version and your loader (Fabric vs Forge). Step 10: Connect to your server 1. Open Minecraft. 2. Go to Multiplayer > Add Server. 3. Enter your server address (IP:PORT if a port is provided). 4. Click Join Server. Step 11: Invite friends (and keep it safe) Recommended safety basics - Use a whitelist if its a private server. - Set a strong admin password if your panel supports it. - Keep your server jar and plugins/mods updated. Troubleshooting Server wont start - Make sure eula=true in eula.txt. - Confirm you installed the correct server type and version. - Check the Console for the first red error line. Cant connect to the server - Confirm the server is Running. - Double-check the IP/port. - Make sure youre using the same Minecraft edition (Java vs Bedrock). Mods/plugins not working - Confirm youre using the correct folder (plugins vs mods). - Confirm version compatibility. - Remove the last mod/plugin you added and restart to isolate the issue. Need a hand? Send us: - Your server type (Vanilla/Paper/Fabric/Forge) - Your Minecraft version - A screenshot/copy of the console error Well help you get it online and running smooth.

Last updated on Jan 07, 2026

How to Reduce Lag on Your Minecraft Server (View Distance, Simulation Distance, Entity Limits)

Overview Lag usually comes from one (or more) of these: - Too many chunks being loaded (view distance) - Too much simulation happening at once (simulation distance) - Too many entities (mobs, item drops, villagers, minecarts, farms) This guide shows the safest, fastest changes you can make to improve performance without ruining gameplay. Before you change anything - Make a quick backup (or at least note your current settings). - Make one change at a time, then test. - Restart the server after major config changes. Step 1: Lower view-distance (biggest quick win) What it does: Controls how many chunks players can see. Where to change it Open File Manager > server.properties and find: - view-distance= Recommended values - 68: Best for performance (most servers) - 810: Balanced (looks nicer, costs more CPU/RAM) - 12+: Usually heavy unless the server is very overpowered Tip If your server has lots of players online at once, lowering view-distance helps a lot. Step 2: Lower simulation-distance (huge for farms and mob activity) What it does: Controls how far away the server actively simulates blocks, mobs, redstone, crops, etc. Where to change it In server.properties, find: - simulation-distance= Recommended values - 4: Strong performance boost (great for survival servers) - 6: Balanced - 8+: Can get heavy fast What players may notice Farms/redstone may stop working if they walk too far away from them  which is normal. Step 3: Reduce entity load (mobs, items, villagers) Entities are one of the most common causes of Cant keep up! spikes. Quick fixes that help immediately - Clear item drops (too many dropped items = lag) - Limit mob grinders (especially if theyre always running) - Reduce villager counts (villagers are expensive) - Avoid huge animal pens (hundreds of animals = constant tick load) If you run Paper (recommended) Paper has extra settings that can reduce entity impact without changing your world. Common improvements include: - Lowering how far away mobs tick - Reducing hopper checks - Limiting how many entities can collide If you want, tell us your Minecraft version and we can recommend safe Paper settings for your server type. Step 4: Check for chunk-loading problems Some common lag sources: - Players flying fast with elytra (loads tons of chunks) - Chunk loaders (modded servers) keeping areas active 24/7 - Huge bases with tons of redstone running constantly What to do - Encourage players to avoid leaving massive farms running. - Consider setting a reasonable world border. Step 5: Restart on a schedule (simple stability win) Even well-tuned servers can benefit from a regular restart schedule. Recommended: - Once daily for small servers - Every 612 hours for busy servers with lots of plugins Quick recommended starting settings (most servers) In server.properties: - view-distance=6 - simulation-distance=4 Then test gameplay and adjust upward if you have performance headroom. Troubleshooting Server still lags after lowering distances - You may be hitting a plugin/mod issue, or a heavy farm. - Check console for repeated errors. Players complain things dont work far away Thats expected with lower simulation distance. The fix is to build farms closer to where players spend time, or slightly raise simulation-distance. Need help tuning it? Send us: - Your server type (Vanilla/Paper/Fabric/Forge) - Your Minecraft version - How many players are online during lag - A screenshot/copy of the console when it happens Well help you dial in settings that keep gameplay smooth.

Last updated on Jan 07, 2026