How to declare a variable that only exists in the server

Suppose I have a class, such as a player controller. It exists in both the server and the client. But it has some variables stored only on the server. How should I define such a variable?