Running the Ryzom Services

If you’re coming from the patchman section and have just done terminal.launch mini01 1 the shard should already be up and running. From a freshly booted server however, startup patchman services “bin/startup” and then the domain “bin/domain_mini01”

If all goes well the server should be up and running. All that’s left is opening the required firewall ports for client facing services

Firewall

If using ufw, add to /etc/ufw/before.rules

# Ryzom services
-A ufw-before-input -p tcp --dport 40916 -j ACCEPT
-A ufw-before-input -p udp --dport 47860 -j ACCEPT

If using ipv6, before6.rules will also need adding.

Keep in mind that SSL has not been configured and you should login to the /admin/ section via a ssh-tunnel or configure ssl.

Test

Server may be tested without the client using the URL

http://ep1.mini01.mups.co.uk:40916/login/r2_login.php?cmd=login&login=admin&password=******&clientApplication=ryzom_open

Continue on to Testing the Client