Thank you, solved
i did the below changes:
in config.php
'admin' => 'admin',
to
'admin' => 'backend',
in .htaccess
RewriteRule ^admin(.*)$ admin.php [QSA,L]
to
RewriteRule ^backend(.*)$ admin.php [QSA,L]
but the link in frontend still point to /admin
already did php flarum cache:clear and clear browser cache