-
I installed stirlingpdf, How do I find the ip address and the port number to use from the console? |
Beta Was this translation helpful? Give feedback.
Answered by
deku-m
Jul 21, 2025
Replies: 1 comment 2 replies
-
Well on the end of the install it gives you the URL with port. So its a matter of reading normally or your setup is wrong with ethernet not giving any address. But for your information check the script for the port: And perhaps make use of IP Tag to see the IP above you LXC container. Else use: |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
rp1231
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Well on the end of the install it gives you the URL with port. So its a matter of reading normally or your setup is wrong with ethernet not giving any address.
But for your information check the script for the port:
And perhaps make use of IP Tag to see the IP above you LXC container.
Else use:
lxc-info -n "container id" on core proxmox shell.