Microsoft SQL - Set value of Autoincrement counter

Job ID: 34536025

Budget: $10 – $30 USD

I have migrated a Database to another server, There is a table with autoincrement defined with: column id set identity(1,1) with 36875 rows but when I try to insert a row I get a message "duplicate key cannot be inserted".

So I checked the value of autoincrement and it is in 1.

Is there a way to establish the counter to 36875 so the next insert will be 36876?