Hi Thani,
1. Please login to Gluu server and execute the below curl to find the status of oxd. If the status is `running` then it means oxd installation/running successfully.
curl https://<oxd-host>:8443/health-check -k
2. To access oxd from remote machine set `bind_ip_addresses: ['*']` in oxd-server.yml file. (search `bind_ip_addresses` in https://gluu.org/docs/oxd/configuration/oxd-configuration/ for details.)
> Jun 11 06:23:04 xxx.com oxd-server[26401]: /etc/default/oxd-server: line 14: /opt/oxd-server/lib/bcprov-jdk15on-1.64.jar: Permission denied Jun 11 06:23:04 oic.xxx.com oxd-server[26401]: /etc/default/oxd-server: line 14: /opt/oxd-server/lib/bcprov-jdk15on-1.64.jar: Permission denied
It is possible that the oxd-server script has no permission to bcprov-jdk15on-1.64.jar. But this warning should not affect the normal working of oxd.
Please share /var/log/oxd-server/oxd-server.log for any issue.
Regards
Arnab