The maximum java version that my server has listed is 18, and I know for a fact i need 21 or higher, yet it’s not showing at all. How do I get Java 21 for my server?
Make sure that your instance’s docker image is up to date.
You can run the following as either root or the amp linux user: docker pull cubecoders/ampbase:java
Then stop/start the instance. (assuming the instance you’re having the issue in is using docker)