No idea about how to solve this type of 'cubic Pell equations' but the equation
in your first case:
$$6n^3 + 1 = m^3\tag{*1}$$ doesn't have any non-trivial solution. There is a theorem
by Skolem.
For any integer $d \ne 0$, there exists at most one pair $(x,y) \in \mathbb{Z} \times \mathbb{Z}$ with $y \ne 0$ such that $$x^3 + dy^3 = 1\tag{*2}$$
I look at the reference$\color{blue}{^{[1]}}$ which I find this theorem. It says for positive cube free
integer $d \le 100$, the only one that $(*2)$ has a (necessarily unique) integer solution with $y \ne 0$ are
$$d = 1,2,7,9,17,19,20,26,28,37,43,63,65,91$$
Since $d = 6$ is not on the list, this means neither the equation $x^3 + 6y^3 = 1$ nor $6n^3 + 1 = m^3$ have any non-trivial solution.
For more details, please consult the reference I listed below.
Notes