You are here
Andy - Mon, 2025/07/21 - 17:54
Hello.
I have gone through the motions of installing the Roundup v18.0 appliance as a virtual machine. However, when I bring up a web browser to go the default page, I get the example.com website as opposed to the index page of the application. How can I correct this issue?
Forum:

Roundup requires a domain - example.com is default
Firstly, thanks for posting Andy. We really appreciate getting feedback, issue reports and questions like this. We're all fairly techy "Linux" type; familiar with Linux admin and very familiar with TurnKey in particular. So we often suffer from the curse of knowledge and it's really great to understand user issues and friction points.
To specifically respond to your post, Roundup requires a "proper" domain to function properly.
Not all TurnKey appliances require a domain to be set and they will work whether you use a domain or IP. But some web apps - like Roundup - require a "real domain" to function properly. Some will work a bit without a domain, but internal navigation fails or assets don't load. Some other appliances won't work at all without a domain.
For appliances that do require a domain, we configure the webserver to redirect to the domain. Currently the default domain to redirect to is "www.example.com" - as you're experiencing. FWIW before we added the redirect, we used to get complaints that some of our appliances were "broken".
In Roundup (and other apps that require a domain) there is a first boot script that asks the user to set a domain. So I'm guessing that one of the following things has happened:
If it's 1 or 2 then you have a few options:
Once you have done one of those, either run/rerun all the first boot scripts:
Or if you have already run the first boot scripts, you can rerun just the Roundup specific one:
If you did enter a custom domain (or local IP) then it sounds like a bug on our end. If so, then please double check by trying one of the above (again). And either way let us know the result - regardless of whether that fixes it or not. If it errors, please share any message you get. If you confirm it's a bug on our end, we'll develop a workaround for you ASAP; and a fix for the appliance and release a fixed version ASAP.
I hope that helps. If anything above is unclear and/or you need more info/help please ask.
FWIW I have a thought on how we might improve this situation for future users, I have opened an issue on our issue tracker noting that. If you have further thoughts/ideas/feedback on that please let me know (here if you want or over on GitHub if you have an account).
Please also feel free to share any other TurnKey feedback you might have. We welcome it all, particularly friction points and bugs.
Hello Jeremy.
The /etc/hosts entry is the
172.27.14.192 www.example
Can you ping the server? Have you tried clearnign cookies?
Just to be clear, the hosts file change needs to happen on the desktop/laptop PC you are trying to connect from - not the Roundup server. I.e. the one with the web browser you are trying to connect to Roundup with.
Also, it doesn't matter that you rerun the initialization script; but as you continued to use the domain that was already set, it wasn't necessary.
Assuming we're on the same page there - as you refer to '/etc/hosts' I'm guessing that your PC is Mac or Linux - in which case your hosts update sounds fine. If I'm mistaken and your PC is Windows I can't 100% confirm.
Assuming that's all good, then I'd first check that you can ping the server from the PC you are trying to connect from. On Mac/Linux:
Or on Windows:
The exact output will depend on OS, but it should be clear whether it connects or not. Assuming it does, it will also display the IP and that should match what you've put in the hosts file.
If ping works but browser still doesn't, then try clearing your browser cache and cookies and try again.
RE: Can you ping the server? Have you tried clearing cookies?
RE: Can you ping the server? Have you tried clearing cookies?
My bad Andy - I missed this one...
Hi Andy, apologies on the really late reply. I only just noticed this unanswered post.
Re-running the firstboot config script again should allow you to change the domain again. For example (non-interactively):
Add new comment