Jump to content
View in the app

A better way to browse. Learn more.

Forge Forums

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

GuaKMole

Members
  • Joined

  • Last visited

Everything posted by GuaKMole

  1. Forge for 1.18+ es quite different and requires some extra steps. This is how I did to install forge in mi AWS EC2 server running Ubuntu 20.04 First installed java 17 jdk and jre using: $ sudo apt install openjdk-17-jre-headless $ sudo apt install openjdk-17-jdk-headless You can check what version you have installed with: $ java -version $ javac -version Now for the installation of forge I first installed minecraft server vanilla to generate all the files. Then ran the installer: $ sudo -jar forge-x.x.x-x.x.x-installer.jar --installServer If you don't specify the installServer flag, it will try to run the installer using a GUI which will not work if you are connected through ssh to your server. If you are connected through any remote desk app you can run it without the flag. The difference here is that it will NOT generate a forge-x.x.x-server.jar file, instead of that it will be a shell script called "run.sh". You run it like this: $ sudo ./run.sh Now your forge server is running!

Important Information

By using this site, you agree to our Terms of Use.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.