Could you please allow to hide webfig logo in v7. Normis said they might allow it and I would like to add that to the wish list for v7.
RouterOS can be white labeled. MikroTik reserves this as a privilege for various partners, vendors, ect. There are several people who can do this for you if you reach out to them.
Such as? We would like to use Webfig, but Normunds promised to at least hide the logo. We don’t want to pay thousands of dollars… We have hundreds of routers out in the field.
Well, if you need this done relatively soon, your best option is to contact a reseller or vendor that can do as you need. I do not know the pricing of what it would cost, but I dont think you are looking at thousands.
What is the problem with webfig logo? Does it have any influence on configuration options?
Webfig has no logo. What do you mean?
For example when we setup Webfig when you login it says Webfig. We would just like to have that hidden so that way people can’t back track to MK. I know that there are other ways of them doing so, but we would prefer not to have them have that ability. As for what scotthammersley said is that true Normunds?
Simply disable www service, and you can use only SSH, Telnet, API, WinBox…
Do you mean about the logo on this page on the right?

It says “Webfig” but what does this mean? It’s not a company or brand name. It just means web config
Normis, yes, but logos on webfig page are able to be changed.
Backtrack to Mikrotik, how about the mac adress.
![]()
Backtrack to Mikrotik, how about the mac adress.
hmm? wanna you use mt as wlan device for BT?
I have some kind of bypass of that situation. Allow input to 80 port only for 127.0.0.1, and use SSH to forward it.
Let’s enable forwarding in ROS:
/ip ssh set forwarding-enabled=yes
… and allow traffic to 80 port only from localhost
/ip firewall filter add chain=input comment="ACCESS: Webfig local only" dst-port=80 protocol=tcp src-address=127.0.0.1
That rule should be placed above ‘deny’ rules that should be placed at the end (it’s obvious I know
)
The client side Linux ssh client:
ssh admin@<mikrotikAddress> -p 22 -L 80:127.0.0.1:80
… or simply use windows PuTTy. If you want to simplify ssh logon process, you should consider to use keys.
I think what the OP means is that they don’t want people to be able to click on the image and be redirected to the Mikrotik Website.
I don’t think the OP wants to rebrand webfig, simply remove the image/link.
Hello, before logging in to the webfig interface, my IP address appears on the Telnet (SSH) logo at the bottom, what I came from. I don’t want this to show up. The reason is that I redirect a domain name. For security reasons. Is it possible? I woke up the subject, I apologize for my English.
Hello, before logging in to the webfig interface, my IP address appears on the Telnet (SSH) logo at the bottom, what I came from. I don’t want this to show up. The reason is that I redirect a domain name. For security reasons. Is it possible? I woke up the subject, I apologize for my English.
And you raise again a 2016 topic for that?
you also ask it on 2020,
http://forum.mikrotik.com/t/hide-webfig-ssh-ip-logo-dont-show-ip-address/145682/4
Your request is perfectly useless.
Do you understand than everyone can ping your domain an give the IP back?
The IP on telnet is the IP of the device itself, not “your”, and if you can see this, it’s also on your browser address bar…
Hide that is absolutely useless, because everyone can se your webfig login page, can translate domain on browser address bar to ip.