OS Name/Version: Ubuntu Server 24.04.3 LTS (GNU/Linux 6.8.0-87-generic x86_64) (Fresh installation)
Product Name/Version: Pre-AMP Install
Server Location: Malaysia (if it is important)
Problem Description:
I am very new to Ubuntu Server and trying it out to run a Minecraft server and potentially future game servers. I tried downloading AMP using many YouTube videos but I am unable to move on from the installation phase in my Ubuntu Server terminal. Upon running the commands below, it just gets stuck at the last line and unable to move on from it even after half an hour for both. Maybe I am not waiting long enough? I expected there to be a change after half an hour. I tried pinging google to figure out if it is a network issue and get back
— google.com ping statistics —
22 packets transmitted, 22 received, 0% packet loss, time 21035ms
rtt min/avg/max/mdev = 4.184/6.220/7.733/0.935 ms
which shows that at the very least, this shouldn’t be a network issue. I have tried running the installation on both the server itself and remotely using ssh, neither works.
root@lilli:~# bash <(wget -qO- getamp.sh)
Please wait while GetAMP examines your system and network configuration...
- Checking installed packages...
- Checking environment...
- Checking network configuration...
- Updating packages list for Ubuntu >= 24.04...
^C
root@lilli:~# bash <(curl -fsSL getamp.sh)
Please wait while GetAMP examines your system and network configuration...
- Checking installed packages...
- Checking environment...
- Checking network configuration...
- Updating packages list for Ubuntu >= 24.04...
Steps to reproduce:
- Step 1: Run
bash <(wget -qO- getamp.sh)andbash <(curl -fsSL getamp.sh)in root both by copying the code from the installation guide and by manual input - Step 2: Wait half an hour for each
Actions taken to resolve so far:
- Looked through many many other posts in the Technical Support Installation Support where none are like mine.
- Looked through lots of online references where they are also not like mine