I'm just a kind-of-noob, since I started using OpenVPN just one week ago, so if the solution is simple.. Well, be merciful

I setup a system where there is one server (with IP address 10.8.0.1) and multiple clients connecting to it through a tun interface.
Now, on the clients I can't pull the route from the server, since they need their own routing policies. What I need, however, is to know the server IP address (the 10.8.0.1) on the clients, since I need to configure a static route to it. Of course I can just hardcode the 10.8.0.1, but I preferred an automatic way to handle this.
Unluckily in the connection scripts I can't find it (for instance on the client which has an IP 10.8.0.14 the remote IP is 10.8.0.13.
Where can I find it?
Best regards