[SOLVED]Change server disk space

Hello,
I installed Cyberpanel on an AWS instance with only 8 GB.
However I increased that space to 20Gb but the cyberpanel continues to recognize only the 8GB. What can I do to fix it?

Hi,

Please try command in SSH

df -h

and screenshot the output.

Filesystem Size Used Avail Use% Mounted on
/dev/nvme0n1p1 8.0G 7.5G 597M 93% /
devtmpfs 1.8G 0 1.8G 0% /dev
tmpfs 1.9G 112K 1.9G 1% /dev/shm
tmpfs 1.9G 17M 1.9G 1% /run
tmpfs 1.9G 0 1.9G 0% /sys/fs/cgroup
tmpfs 374M 0 374M 0% /run/user/1000

it’s not problem of cyberpanel , it’s problem of your system that didn’t recognize it , as you can see in first line , 8.0G.

You need to resize your disk first.

ok,
thank you for your help

Filesystem Size Used Avail Use% Mounted on
/dev/root 7.6G 7.6G 0 100% /
tmpfs 475M 336K 475M 1% /dev/shm
tmpfs 190M 20M 171M 11% /run
tmpfs 5.0M 0 5.0M 0% /run/lock
/dev/xvda15 105M 6.1M 99M 6% /boot/efi
/dev/loop9 1.5G 5.2M 1.4G 1% /tmp
tmpfs 95M 4.0K 95M 1% /run/user/0

same isuue im having could you help me for it