E’ possibile inoltrare un comando lua a Ansel usando l’interfaccia DBus. Il metodo org.Ansel.service.Remote.Lua chiede una stringa singola come parametro che viene eseguita come comando lua. Il comando verrà eseguito nel contesto lua corrente e dovrebbe restituire o nil o una stringa. Il risultato verrà ritornato come risultato del metodo DBus.

If the Lua call results in an error, the DBus method call will return an error org.Ansel.Error.LuaError with the lua error message as the message attached to the DBus error.