Since its 2020 and ive exhausted use for these, Im releasing my private techniques I used to rank gaming/computers/servers sites.
This requires a little technical expirence and a VPS.
Open port 25565 through your VPS control panel
Install Node.js https://nodejs.org/en/
Install Flying squid by running this command: sudo npm install -g flying-squid
Create a folder and inside that folder create a file called app.js and paste this code into it
Verify everything is working by running the code with: node app.js
Now time for the backlinks.
If any of the websites below fail to validate the server is live, something is misconfigured.
minecraft-server-list.com
Click on add server
Create an account
Fill in your server details and your website.
gametracker.com
Create and account
Click on Servers tab
You should see an add server section, select minecraft and fill in the details.
Gametracker might ask you to verify you own the server by changing the name to a random string, simply stop the server and change the motd to what gametracker asks, start it again and verify.
Add your link to the about section
minecraft-mp.com
Click on Your server and then I already have a minecraft server
Create an account
Fill in server details and website address
minecraftservers.org
Click on my servers
Sreate an account
Fill in server details including website link
minecraft-server.net
Click on my servers
Fill in server details and account details including website link
ftbservers.com
Create an account
Click on add server
Fill in details including website.
This method works with almost all minecraft server ranking systems. As long as you have the lightweight server running you can list your server and all of them.
I will not provide support if you fail to get this working. Its pretty basic copy paste and google for answers.
You can get multiple listings on the same site by adding more servers on different ports. Ill leave you to learn how to do that for your self. Bu you can get over 60000 backlinks from 1 site PER IP so if you are using AWS or Azure and can bind multple IPs to 1 server dynamically have your way with it.
This requires a little technical expirence and a VPS.
Open port 25565 through your VPS control panel
Install Node.js https://nodejs.org/en/
Install Flying squid by running this command: sudo npm install -g flying-squid
Create a folder and inside that folder create a file called app.js and paste this code into it
Code:
const mcServer = require('flying-squid')
mcServer.createMCServer({
'motd': 'A Minecraft Server',
'port': 25565,
'max-players': 10,
'online-mode': true,
'logging': false,
'gameMode': 1,
'difficulty': 1,
'worldFolder':'world',
'generation': {
'name': 'diamond_square',
'options':{
'worldHeight': 80
}
},
'kickTimeout': 1,
'plugins': {
},
'modpe': false,
'view-distance': 4,
'player-list-text': {
'header':'Flying squid',
'footer':'Test server'
},
'everybody-op': true,
'max-entities': 100,
'version': '1.12.2'
})
Verify everything is working by running the code with: node app.js
Now time for the backlinks.
If any of the websites below fail to validate the server is live, something is misconfigured.
minecraft-server-list.com
Click on add server
Create an account
Fill in your server details and your website.
gametracker.com
Create and account
Click on Servers tab
You should see an add server section, select minecraft and fill in the details.
Gametracker might ask you to verify you own the server by changing the name to a random string, simply stop the server and change the motd to what gametracker asks, start it again and verify.
Add your link to the about section
minecraft-mp.com
Click on Your server and then I already have a minecraft server
Create an account
Fill in server details and website address
minecraftservers.org
Click on my servers
Sreate an account
Fill in server details including website link
minecraft-server.net
Click on my servers
Fill in server details and account details including website link
ftbservers.com
Create an account
Click on add server
Fill in details including website.
This method works with almost all minecraft server ranking systems. As long as you have the lightweight server running you can list your server and all of them.
I will not provide support if you fail to get this working. Its pretty basic copy paste and google for answers.
You can get multiple listings on the same site by adding more servers on different ports. Ill leave you to learn how to do that for your self. Bu you can get over 60000 backlinks from 1 site PER IP so if you are using AWS or Azure and can bind multple IPs to 1 server dynamically have your way with it.
Last edited: