I cannot see anything clearly on admin, because the theme is missing. I need the CSS and other things in order to do things on admin. How do i rebuild the theme? I tried reindexing, clearing cache and building statics with:
rm -rf pub/static/adminhtml/Magento/backend/en_US/*
rm -rf var/view_preprocessed/*
rm -rf var/cache/*
php bin/magento setup:upgrade
php -d memory_limit=2G bin/magento setup:static-content:deploy -f
php bin/magento cache:flush
And I can now see the pub/static/adminhtml/ and the base themes seems to be inside, but i still got the garbage admin on which I cannot see anything clearly.
Thanks everyone.