• Contact
  • Contact Us
  • Disclamer
  • Home 1
  • Home 2
  • Home 3
  • Privacy Policy
Sunday, July 13, 2025
How VPS - How to use/setup VPS
  • Login
  • Home
  • Management guides
    • Web servers software
      • Directadmin
      • Hocvps Script
      • Centmin Mod
      • CWP
      • Kloxo-MR
      • Plesk
    • Control Panels
    • Securing VPS/Servers
      • SSL Certificates
      • Upgrading
      • Authentication
  • Operating System
    • CentOS
    • Fedora
    • Debian
    • Linux
    • Arch
    • BSD
    • CoreOS
  • Reviews
  • Coupon
    • Domain Coupon
    • Hosting Coupon
No Result
View All Result
  • Home
  • Management guides
    • Web servers software
      • Directadmin
      • Hocvps Script
      • Centmin Mod
      • CWP
      • Kloxo-MR
      • Plesk
    • Control Panels
    • Securing VPS/Servers
      • SSL Certificates
      • Upgrading
      • Authentication
  • Operating System
    • CentOS
    • Fedora
    • Debian
    • Linux
    • Arch
    • BSD
    • CoreOS
  • Reviews
  • Coupon
    • Domain Coupon
    • Hosting Coupon
No Result
View All Result
How VPS - How to use/setup VPS
No Result
View All Result
Home Operating System CentOS

Installing a Age of Engineering Server on CentOS 7

How VPS by How VPS
October 1, 2019
in CentOS
0
0
SHARES
25
VIEWS
Share on FacebookShare on Twitter

Contents

  1. Prerequisites
  2. Installation
    1. Installing our prerequisites
    2. Creating a Forge Server
    3. Downloading the Modpack
    4. Starting the server
  3. Conclusion
  4. Want to contribute?


In this tutorial, I’ll be covering the installation of a pack called “Age of Engineering.” It is one of the most popular packs for Minecraft. If installed properly, you’ll learn how to install Age of Engineering on CentOS 7.

Prerequisites

  • Server with at least one gigabyte of RAM.
  • Java
  • wget
  • screen
  • unzip
  • nano

Installation

Installing our prerequisites

Step one – updating our packages:

yum update -y

Step two – installing java, screen, and unzip:

yum install java screen unzip -y

Creating a Forge Server

Step one – create a new directory:

cd ~ 
mkdir server
cd server

Step two – download Forge:

wget http://files.minecraftforge.net/maven/net/minecraftforge/forge/1.12-14.21.1.2443/forge-1.12-14.21.1.2443-installer.jar

Step three – run the installer:

java -jar forge-1.12-14.21.1.2443-installer.jar --installServer

Downloading the Modpack

Now that we have Forge ready, we need to download the Age of Engineering modpack:

wget https://addons-origin.cursecdn.com/files/2419/378/Age%20of%20Engineering-1.0.0.zip

Once this is complete, extract the archive:

unzip "Age of Engineering-1.0.0.zip"

Step four – creating the start file:

nano start.sh

Once in, paste the following:

java -Xmx1024M -Xms1024M -jar minecraft_server.jar 

Save and exit (CTRL + O, followed by the Enter or Return key).

Step five – setting the appropriate permissions:

chmod 755 start.sh

Starting the server

An important thing to note is that Minecraft servers will not continue to run in the background. automatically As such, we need to use a utility called screen.

Step one – paste the following to open a screen:

screen -S server

Step two – start the server:

./start.sh

Step three – exit the screen. You can do this by pressing the following on your keyboard: CTRL + A + D.

Conclusion

Congratulations! You’ve successfully installed an Age of Engineering server.

You can connect to it by finding the IP address of your server in the Vultr control panel. Paste the IP address into your Minecraft client, and you will be good to go. Enjoy!

Want to contribute?

You could earn up to $300 by adding new articles

Submit your article
Suggest an update
Request an article
Previous Post

How to Install BlogoText CMS on a CentOS 7 LAMP VPS

Next Post

Multicraft (Minecraft Panel) on CentOS 6

Next Post

Multicraft (Minecraft Panel) on CentOS 6

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

No Result
View All Result

Recent Post

Install Imagemagick on CentOS
CentOS

Install Imagemagick on CentOS

by How VPS
June 28, 2023
0

This is how I installed Imagemagick on a vanilla CentOS server Start off by installing the prerequisites yum install php-pear...

Read more
how to Check phpinfo

How to Check phpinfo of Hosting or VPS?

June 28, 2023
Failed to download metadata for repo 'appstream' on Centos 8

How to fix error: Failed to download metadata for repo ‘appstream’ on Centos 8

February 25, 2022
How to Fix MySQL Error "Plugin 'InnoDB' registration as a STORAGE ENGINE failed"?

How to Fix MySQL Error “Plugin ‘InnoDB’ registration as a STORAGE ENGINE failed”?

November 17, 2020
How to optimize Mysql or MariaDB

How to optimize Mysql or MariaDB

November 3, 2020

Recent News

  • Install Imagemagick on CentOS
  • How to Check phpinfo of Hosting or VPS?
  • How to fix error: Failed to download metadata for repo ‘appstream’ on Centos 8

Category

  • Arch
  • Authentication
  • Backups
  • BSD
  • Centmin Mod
  • CentOS
  • Control Panels
  • CoreOS
  • CWP
  • Debian
  • Directadmin
  • Encryption
  • Fedora
  • Firewalls
  • Hocvps Script
  • Hosting providers
  • Kloxo-MR
  • Linux
  • Mitigations
  • Operating System
  • Plesk
  • Reviews
  • Securing VPS/Servers
  • Security Patches
  • SSL Certificates
  • Uncategorized
  • Upgrading
  • VPS/Servers management guides
  • Vulnerability Detection
  • Web servers software
  • Webhosting Control Panel
  • About
  • Advertise
  • Careers
  • Contact

© 2025 JNews - Premium WordPress news & magazine theme by Jegtheme.

No Result
View All Result
  • Home
  • Management guides
    • Web servers software
      • Directadmin
      • Hocvps Script
      • Centmin Mod
      • CWP
      • Kloxo-MR
      • Plesk
    • Control Panels
    • Securing VPS/Servers
      • SSL Certificates
      • Upgrading
      • Authentication
  • Operating System
    • CentOS
    • Fedora
    • Debian
    • Linux
    • Arch
    • BSD
    • CoreOS
  • Reviews
  • Coupon
    • Domain Coupon
    • Hosting Coupon

© 2025 JNews - Premium WordPress news & magazine theme by Jegtheme.

Welcome Back!

Login to your account below

Forgotten Password?

Retrieve your password

Please enter your username or email address to reset your password.

Log In