CentOS 7 : /resin-admin setup Hint

/etc/resin/resin.properties

 

app.http          : 8080

web.http          : 8080

remote_admin_enable : true

web_admin_enable : true

web_admin_external : true

admin_external : true

admin_secure : true

 

http://www.domain.com:8080/resin-admin/login.php

 

Generate encrypted password by [Create Configuration FIle]  

 

/etc/resin/admin-users.xml

<resin:AdminAuthenticator xmlns="http://caucho.com/ns/resin"

                          xmlns:resin="urn:java:com.caucho.resin">

  <user name="admin" password="{SSHA}XXXXXXXXXXX"/>

</resin:AdminAuthenticator>