How would you tackle this problem? I am looking for hints. The things I have observed so far: $30030 = 2\cdot3\cdot5\cdot7\cdot11\cdot13$. So none of these prime numbers can divide $x$. This gets rid of a significant number of candidates but still leaves a merry number of them hanging.
EDIT: I didn't mention it but we are looking for positive solutions.
Here is a start. The Chinese Remainder Theorem tells us that we can deal with each of the primes separately. Let's take some examples:
For the prime $2$ it is obvious that $x$ must be odd.
Modulo the prime $5$ the cubes are $0^3=0, 1^3=1, 2^3=3, 3^3=2, 4^3=4$ so we must have $x\equiv 1 \bmod 5$
Modulo the prime $7$ we find that $1^3=2^3=4^3=1$ so $\frac 37$ of the possibilities work modulo $7$.
See if you can work it out from here before you read on.
With these clues you should be able to work it out (if in doubt try $70$ instead of $30030$ to start with)