Community discussions

MikroTik App

Search found 3 matches

by TheStaticTurtle
Mon Mar 24, 2025 12:49 pm
Forum: Scripting
Topic: Netinstall how to run custom setup script without default configuration [SOLVED]
Replies: 7
Views: 9031

Re: Netinstall how to run custom setup script without default configuration [SOLVED]

Hi,

Yeah, that was pretty good timing!

I did quickly look at tr069, but doesn't it require having a public IP on at least one side?
Our system doesn't really allow that, but we have very little to do remotely, so it isn't a big issue.

Thanks!
by TheStaticTurtle
Mon Mar 24, 2025 11:40 am
Forum: Scripting
Topic: Netinstall how to run custom setup script without default configuration [SOLVED]
Replies: 7
Views: 9031

Re: Netinstall how to run custom setup script without default configuration [SOLVED]

Hi, As you can see in the change log in the newest version, that function is now in netinstall-cli. Ah, I missed that, I don't usually follow the changelog for beta version! But I can confirm that this works with 7.19beta6, my script successfully provision most of the router configuration. This is w...
by TheStaticTurtle
Thu Mar 13, 2025 4:42 pm
Forum: Scripting
Topic: Netinstall how to run custom setup script without default configuration [SOLVED]
Replies: 7
Views: 9031

Netinstall how to run custom setup script without default configuration [SOLVED]

Hi, I'm trying to improve our deployment process for new-in-box routers and decided to go the netinstall route. I wrote a custom setup script which starts like this: /system/identity/set name=**************** /user/set [ find name=admin ] password="*****************************" /system/no...