sjordi 42 Posted Saturday at 08:54 PM Hi, Following Antonio Zapater classes, I was able to install Rad Server on Docker. I can access it (at least the "version" page that returns the correct info via json). The problem though is with the Console. It's just stuck on "Loading" and that's it. I suspect some port configurations, but if someone already fell into that problem, and advice would be welcome. Also, is there a way to access the embedded Interbase DB to check the values (not store my projects)? Since I wanted to mount the two interbase and ems volumes into a local path rather than the docker ones, it considers it's not registered anymore. Moved everything back to the original volume and it's fine. I'd need to check whether the volume paths are stored into the embedded IB . Thanks for any light. Share this post Link to post
Uwe Raabe 2166 Posted Saturday at 10:32 PM 1 hour ago, sjordi said: The problem though is with the Console. It's just stuck on "Loading" and that's it. Sounds like this one: RSP-40290 - RAD Server Console DLL not working Share this post Link to post
Uwe Raabe 2166 Posted Saturday at 10:35 PM 1 hour ago, sjordi said: Since I wanted to mount the two interbase and ems volumes into a local path rather than the docker ones, it considers it's not registered anymore. Moved everything back to the original volume and it's fine. I'd need to check whether the volume paths are stored into the embedded IB . AFAIK, the path to the database is configured in emsserver.ini Share this post Link to post
sjordi 42 Posted Sunday at 10:35 AM 12 hours ago, Uwe Raabe said: Sounds like this one: RSP-40290 - RAD Server Console DLL not working Thanks for the reference. I'm under Linux and use NGinx. So no DLLs. I suspect also that my NGinx proxy redirects everything into https, and maybe, locally, the IB interactions should stay in http, no SSL. I'll spend the day investigating theses options. Share this post Link to post
corneliusdavid 252 Posted Tuesday at 12:03 AM On 8/9/2025 at 1:54 PM, sjordi said: The problem though is with the Console. It's just stuck on "Loading" and that's it. I was going to say that this often indicates RAD Server is not yet started but you said the version page shows correctly, so your guess that it's a port configuration is a next guess. I've only used RAD Server on Windows; when I run RSConsole.exe (a windows program in the RAD Server folder, it wants to start the server on a port other than the public one, i.e. 8080 instead of 80 or 443. That's so you can isolate the console for secure management, like only within your local network. All this should be configured in the emsserver.ini file, including (as @Uwe Raabe said) the location of the database. Share this post Link to post
Uwe Raabe 2166 Posted Tuesday at 07:36 AM On 8/10/2025 at 12:35 PM, sjordi said: I'm under Linux and use NGinx. So no DLLs. As the error report mentions a missing radconsole subfolder in that URL, it may as well be an error in the sources affecting all target platforms. Share this post Link to post
sjordi 42 Posted Tuesday at 08:17 AM Both, Yes, I suspect it's not correctly install or something is missing. I followed the Docker install video from Zapater, but also now found info from Macro Cantu and a Rad Server Docker tech guide that seems to go a bit deeper. I'll investigate further especially within the folder rights, missing folders, and emsserver.ini conf file. I'll try to take the .slip license file to work again without re-registering if I install IB on one container and PA-Server/RADServer on another one as recommended. It looks like separating IB and the rest offers a bit more flexibility and it will also let me investigate whether it's on the Interbase instance (what I suspect) or the plain RadServer instance. Should I find a solution, I'll post it here for other to enjoy! 🙂 Share this post Link to post